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;
}
.barItem * {
color: #ddd;
color: #222;
text-decoration: none;
display:block;
transition: all 0.2s;