Commit cac2de71 authored by Athanasios's avatar Athanasios
Browse files

Underline the menu items when hovering

parent 749c66db
...@@ -119,8 +119,8 @@ h1, .h1 { ...@@ -119,8 +119,8 @@ h1, .h1 {
color: darkgrey; color: darkgrey;
} }
.nav-link:hover, .nav-link:focus { .nav-link:hover {
color: black; text-decoration: underline;
} }
.projectimg { .projectimg {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment