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;