1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 06:57:26 +00:00

Autoreformat of color-schemes.css

This commit is contained in:
Steffo 2022-07-16 17:29:39 +02:00
parent 9624de8e3d
commit cfe829e814
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,19 +1,19 @@
/* Dark theme */
:root, :host {
--background: #050505;
--foreground: white;
--border: gray;
--interactable: #050505b5;
--selection: #3333dd;
:root, :host {
--background: #050505;
--foreground: white;
--border: gray;
--interactable: #050505b5;
--selection: #3333dd;
--anchor: #8888ff;
--anchor-visited: #aa88ff;
--anchor-active: #ff8888;
--positive: #88ff88;
--negative: #ff8888;
--warning: #ffff88;
}
--anchor: #8888ff;
--anchor-visited: #aa88ff;
--anchor-active: #ff8888;
--positive: #88ff88;
--negative: #ff8888;
--warning: #ffff88;
}
@media (prefers-color-scheme: light) {
@ -23,7 +23,7 @@
--border: gray;
--interactable: #fafafab5;
--selection: #7777ff;
--anchor: #4444ff;
--anchor-visited: #aa44ff;
--anchor-active: #ff4444;
@ -32,4 +32,4 @@
--negative: #880000;
--warning: #666600;
}
}
}