Browse Source

vuet background fix

pull/204/head
Marius 4 years ago
parent
commit
41ffe6f080
  1. 6
      CSS/themes/vuetorrent/vuetorrent-base.css

6
CSS/themes/vuetorrent/vuetorrent-base.css

@ -25,13 +25,17 @@
} }
} }
body,html, body,
.background, .background,
.theme--light.v-application, .theme--light.v-application,
.theme--dark.v-application, .v-application .background{ .theme--dark.v-application, .v-application .background{
color: var(--text); color: var(--text);
background: var(--main-bg-color) !important; background: var(--main-bg-color) !important;
} }
html{
color: var(--text);
background: #1f1f1f !important;
}
/* SCROLL BAR */ /* SCROLL BAR */
#app>div>nav>nav>div.v-navigation-drawer__content::-webkit-scrollbar-thumb { #app>div>nav>nav>div.v-navigation-drawer__content::-webkit-scrollbar-thumb {

Loading…
Cancel
Save