From 131e312e24e94f4979f4b6325ccc27fa2653f810 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sat, 29 May 2021 17:17:37 +0200 Subject: [PATCH] vuet cards --- CSS/themes/vuetorrent/vuetorrent-base.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CSS/themes/vuetorrent/vuetorrent-base.css b/CSS/themes/vuetorrent/vuetorrent-base.css index fab65630..a8f3cb3c 100644 --- a/CSS/themes/vuetorrent/vuetorrent-base.css +++ b/CSS/themes/vuetorrent/vuetorrent-base.css @@ -97,8 +97,14 @@ p, color: var(--text); } -/* TOP NAVBAR */ +/* CARDS */ +.theme--light.v-card, +.theme--dark.v-card { + background-color: rgba(0, 0, 0, .5); + color: var(--text); +} +/* TOP NAVBAR */ .theme--light.v-app-bar.v-toolbar.v-sheet, .theme--dark.v-app-bar.v-toolbar.v-sheet { background-color: rgba(0, 0, 0, .25) !important;