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 {