From 41ffe6f08023b38ed9738b8ac619eca289f98942 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sat, 29 May 2021 15:57:48 +0200 Subject: [PATCH] vuet background fix --- CSS/themes/vuetorrent/vuetorrent-base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CSS/themes/vuetorrent/vuetorrent-base.css b/CSS/themes/vuetorrent/vuetorrent-base.css index 45c14b52..0a553897 100644 --- a/CSS/themes/vuetorrent/vuetorrent-base.css +++ b/CSS/themes/vuetorrent/vuetorrent-base.css @@ -25,13 +25,17 @@ } } -body,html, +body, .background, .theme--light.v-application, .theme--dark.v-application, .v-application .background{ color: var(--text); background: var(--main-bg-color) !important; } +html{ + color: var(--text); + background: #1f1f1f !important; +} /* SCROLL BAR */ #app>div>nav>nav>div.v-navigation-drawer__content::-webkit-scrollbar-thumb {