mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
Autoreformat of color-schemes.css
This commit is contained in:
parent
9624de8e3d
commit
cfe829e814
1 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Dark theme */
|
/* Dark theme */
|
||||||
:root, :host {
|
:root, :host {
|
||||||
--background: #050505;
|
--background: #050505;
|
||||||
--foreground: white;
|
--foreground: white;
|
||||||
--border: gray;
|
--border: gray;
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
--positive: #88ff88;
|
--positive: #88ff88;
|
||||||
--negative: #ff8888;
|
--negative: #ff8888;
|
||||||
--warning: #ffff88;
|
--warning: #ffff88;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
|
Loading…
Reference in a new issue