Change default v-overlay bg color

This commit is contained in:
2023-04-29 14:28:15 +02:00
parent 48e8007717
commit ce0225af9a

View File

@@ -33,6 +33,11 @@ p a {
} }
} }
.v-overlay__scrim {
background: rgb(var(--v-theme-background)) !important;
opacity: 0.9 !important;
}
.link { .link {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;