now only links have hover anims

This commit is contained in:
2023-06-02 19:29:42 +01:00
parent b55db41538
commit eb1c7c279a

View File

@@ -82,7 +82,7 @@
font-size: 16px;
padding: 12px;
}
.barItem *:hover {
.barItem a:hover {
background-color: #222;
color: #ddd;
@@ -102,7 +102,10 @@
-moz-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.25);
box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.25);
}
.barItem *:hover {
.barItem * {
color: #ddd;
}
.barItem a:hover {
background-color: #ddd;
color: #222;