From ce0225af9ae47ea0e15dff818a5a52efe064007d Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sat, 29 Apr 2023 14:28:15 +0200 Subject: [PATCH] Change default v-overlay bg color --- assets/variables.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/variables.scss b/assets/variables.scss index f644147..95415b9 100644 --- a/assets/variables.scss +++ b/assets/variables.scss @@ -33,6 +33,11 @@ p a { } } +.v-overlay__scrim { + background: rgb(var(--v-theme-background)) !important; + opacity: 0.9 !important; +} + .link { color: inherit; text-decoration: none;