fixed wrong text color for bar in light mode

This commit is contained in:
2023-06-02 19:25:09 +01:00
parent 072a08dbe1
commit b55db41538

View File

@@ -75,7 +75,7 @@
padding: 9px; padding: 9px;
} }
.barItem * { .barItem * {
color: #ddd; color: #222;
text-decoration: none; text-decoration: none;
display:block; display:block;
transition: all 0.2s; transition: all 0.2s;