Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2021-04-29 16:39:16 +02:00
parent 1591dd0352
commit fd3357b37f
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@
}
.theme-light, .theme-dark {
--background-primary: rgba(var(--vtransparencycolor), 0.1);
--background-secondary: rgba(var(--vtransparencycolor), 0.2);
--background-secondary-alt: rgba(var(--vtransparencycolor), 0.3);
--background-tertiary: rgba(var(--vtransparencycolor), 0.4);
--background-floating: rgba(var(--vtransparencycolor), 0.5);
--header-primary: rgb(var(--fontwhite1));
--header-secondary: rgb(var(--fontwhite2));
--text-normal: rgb(var(--fontwhite2));