This commit is contained in:
brausjonas
2023-03-26 03:00:39 +02:00
parent 28e62f6b3c
commit 1727e5356c
3 changed files with 16 additions and 7 deletions
+9 -3
View File
@@ -59,9 +59,10 @@ header button:hover {
background-color: #B6E2A1;
}
.highlighted
{
color: #F7A4A4;
@media (min-width: 18.1cm) {
.highlighted {
color: #F7A4A4;
}
}
/*Mobile Excluded*/
@@ -132,4 +133,9 @@ Mobile
menu div ul li:hover {
background-color: #B6E2A1;
}
.highlighted
{
background-color: #B6E2A1;
}
}