Files
routie/frontend/node_modules/vuetify/lib/components/VThemeProvider/VThemeProvider.css
T

6 lines
149 B
CSS

@layer vuetify-components {
.v-theme-provider {
background: rgb(var(--v-theme-background));
color: rgb(var(--v-theme-on-background));
}
}