This commit is contained in:
Mirco Wittrien 2021-05-17 11:39:41 +02:00
parent fe50da7407
commit a8cfa245a1
3 changed files with 21 additions and 13 deletions

View File

@ -41,6 +41,10 @@
--backdropposition: var(--backgroundposition);
--backdropsize: var(--backgroundsize);
--backdropblur: var(--backgroundblur);
--bdfdb-green: rgb(var(--successcolor));
--bdfdb-yellow: rgb(var(--warningcolor));
--bdfdb-red: rgb(var(--dangercolor));
}
.theme-light, .theme-dark {

View File

@ -22,6 +22,10 @@
--backgroundsecondaryalt: 41,43,47;
--backgroundtertiary: 32,34,37;
--backgroundfloating: 24,25,28;
--bdfdb-green: rgb(var(--successcolor));
--bdfdb-yellow: rgb(var(--warningcolor));
--bdfdb-red: rgb(var(--dangercolor));
}
.theme-dark, .theme-light {