css style
This commit is contained in:
parent
78e8ebbf22
commit
d390873a8e
@ -1,17 +1,17 @@
|
|||||||
// Add your own CSS here!
|
// Add your own CSS here!
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--light: #faf8f8;
|
--light: #d7eff7;
|
||||||
--dark: #141021;
|
--dark: #06262B;
|
||||||
--secondary: #284b63;
|
--secondary: #02B2D4;
|
||||||
--tertiary: #84a59d;
|
--tertiary: #84a59d;
|
||||||
--visited: #afbfc9;
|
--visited: #afbfc9;
|
||||||
--primary: #f28482;
|
--primary: #207e8f;
|
||||||
--gray: #4e4e4e;
|
--gray: #4e4e4e;
|
||||||
--lightgray: #f0f0f0;
|
--lightgray: #f0f0f0;
|
||||||
--outlinegray: #dadada;
|
--outlinegray: #dadada;
|
||||||
--million-progress-bar-color: var(--secondary);
|
--million-progress-bar-color: var(--secondary);
|
||||||
--highlighted: #f5dfaf88;
|
--highlighted: #FA8F2D;
|
||||||
}
|
}
|
||||||
|
|
||||||
[saved-theme="dark"] {
|
[saved-theme="dark"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user