Styling of nav and harmonie

This commit is contained in:
Guntis Smaukstelis
2025-02-03 20:24:20 +02:00
parent 8d77a6a582
commit c1b1226678
5 changed files with 70 additions and 14 deletions
+9
View File
@@ -14,6 +14,15 @@
margin-right: 1ch;
}
.menu li a {
color: black;
text-decoration: none;
}
.menu li a:hover {
text-decoration: underline;
}
.active {
font-weight: bold;
}