VThemeProvider.css 111 B

1234
  1. .v-theme-provider {
  2. background: rgb(var(--v-theme-background));
  3. color: rgb(var(--v-theme-on-background));
  4. }