diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 85e4c6b..da877e4 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -27,6 +27,11 @@ body { color: whitesmoke; } -.sidebar_block:hover { - background-color: gray; +.sidebar_block a { + text-decoration: underline; + color: inherit; +} + +.sidebar_block a:hover { + color: lightgreen; } \ No newline at end of file diff --git a/src/main/resources/templates/courses/entity.html b/src/main/resources/templates/courses/entity.html index 9b3229f..5ef36b7 100644 --- a/src/main/resources/templates/courses/entity.html +++ b/src/main/resources/templates/courses/entity.html @@ -7,10 +7,8 @@