Commit db1946db authored by Koukofikis's avatar Koukofikis
Browse files

Merge branch 'MLAB-594' into 'testing'

Underline the menu items when hovering

See merge request !132
3 merge requests!143deploy to production,!142prepare deployment,!132Underline the menu items when hovering
Pipeline #5007 passed with stage
in 17 seconds
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