From c64e85e03980ea2104b74941bfe22faac7757df0 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 5 May 2023 19:24:32 +0200 Subject: [PATCH] dark theme --- src/components/List/VirtualList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/List/VirtualList.vue b/src/components/List/VirtualList.vue index 1d17c1f..be677ff 100644 --- a/src/components/List/VirtualList.vue +++ b/src/components/List/VirtualList.vue @@ -81,11 +81,11 @@ export default defineComponent({ } .playerRow:nth-child(2n) { - background: var(--current-line); + background: var(--bg-color); } .playerRow:hover { - background: var(--bg-color); + background: var(--current-line); } .playerRow>div:not(:last-child){