css style

This commit is contained in:
Tomoya(obsidian) 2023-08-09 18:01:25 +09:00
parent 39b39cc2cf
commit 5f17137e7b

View File

@ -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"] {