dark theme

This commit is contained in:
2023-05-05 19:24:32 +02:00
parent c2227bffff
commit c64e85e039
+2 -2
View File
@@ -81,11 +81,11 @@ export default defineComponent({
} }
.playerRow:nth-child(2n) { .playerRow:nth-child(2n) {
background: var(--current-line); background: var(--bg-color);
} }
.playerRow:hover { .playerRow:hover {
background: var(--bg-color); background: var(--current-line);
} }
.playerRow>div:not(:last-child){ .playerRow>div:not(:last-child){