Added top level menu entries

This commit is contained in:
2023-01-20 16:38:33 +01:00
parent c25734f500
commit 0e1a513059
6 changed files with 35 additions and 1 deletions

View File

@@ -74,6 +74,12 @@ h1 {
a {
margin: 0 40px 0 0;
// height: 100%;
color: black;
text-decoration: none;
&.active {
color: $color_red;
}
}
}
}