Commit cac2de71 authored by Athanasios's avatar Athanasios
Browse files

Underline the menu items when hovering

parent 749c66db
......@@ -119,8 +119,8 @@ h1, .h1 {
color: darkgrey;
}
.nav-link:hover, .nav-link:focus {
color: black;
.nav-link:hover {
text-decoration: underline;
}
.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