diff --git a/apps/course/templates/course/course.html b/apps/course/templates/course/course.html index 25de6d78..df8717be 100644 --- a/apps/course/templates/course/course.html +++ b/apps/course/templates/course/course.html @@ -26,7 +26,7 @@
-
+
diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass
index bc7fda5e..e2fa0554 100755
--- a/web/src/sass/_common.sass
+++ b/web/src/sass/_common.sass
@@ -193,6 +193,14 @@ button
fill: white
&_gray
background: $bg
+ &_light-gray
+ background: white
+ border: 1px solid $gray
+ color: $gray
+
+ &:hover,
+ &:active
+ color: $cl
&_white
background: white
&_pink