forked from jchomaz/Vulture
4 lines
111 B
CSS
4 lines
111 B
CSS
|
|
.v-theme-provider {
|
||
|
|
background: rgb(var(--v-theme-background));
|
||
|
|
color: rgb(var(--v-theme-on-background));
|
||
|
|
}
|