Commit cac2de71 authored by Athanasios's avatar Athanasios
Browse files

Underline the menu items when hovering

3 merge requests!143deploy to production,!142prepare deployment,!132Underline the menu items when hovering
Showing with 2 additions and 2 deletions
+2 -2
......@@ -119,8 +119,8 @@ h1, .h1 {
color: darkgrey;
}
.nav-link:hover, .nav-link:focus {
color: black;
.nav-link:hover {
text-decoration: underline;
}
.projectimg {
......
Supports Markdown
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