stuff
This commit is contained in:
parent
bef116eb4a
commit
33ca5f2b0c
|
@ -1186,6 +1186,7 @@
|
|||
"splashBackground": "splashBackground-1FRCko",
|
||||
"stopAnimations": "stop-animations",
|
||||
"subtext": "subtext-2HDqJ7",
|
||||
"themeAmoled": "theme-amoled",
|
||||
"themeDark": "theme-dark",
|
||||
"themeLight": "theme-light",
|
||||
"themeUndefined": "theme-undefined",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
--bdfdb-red: rgb(var(--dangercolor));
|
||||
}
|
||||
|
||||
.theme-light, .theme-dark {
|
||||
.theme-light, .theme-dark, .theme-amoled {
|
||||
--text-positive: rgb(var(--successcolor));
|
||||
--text-warning: rgb(var(--warningcolor));
|
||||
--text-danger: rgb(var(--dangercolor));
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
.theme-light {
|
||||
--logo-primary: rgb(var(--accentcolor));
|
||||
}
|
||||
[data-popout-root], html, .theme-dark, .theme-light {
|
||||
[data-popout-root], html, .theme-light, .theme-dark, .theme-amoled {
|
||||
--text-brand: rgb(var(--accentcolor));
|
||||
--text-link: rgb(var(--linkcolor));
|
||||
--text-link-low-saturation: rgb(var(--linkcolor));
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
--bdfdb-red: rgb(var(--dangercolor));
|
||||
}
|
||||
|
||||
.theme-dark, .theme-light {
|
||||
.theme-light, .theme-dark, .theme-amoled {
|
||||
--text-positive: rgb(var(--successcolor));
|
||||
--text-warning: rgb(var(--warningcolor));
|
||||
--text-danger: rgb(var(--dangercolor));
|
||||
|
|
Loading…
Reference in New Issue