achievements_project/frontend/webpage/styles/theme.css

16 lines
No EOL
337 B
CSS

:root {
--background-dark: #111115;
--background: #22222A;
--foreground-dark: #AAAAAA;
--foreground: #EEEEEE;
--distinction: #44444F;
--accent-value0: #500000;
--accent-value1: #800000;
--accent-value2: #A00000;
--accent-value3: #D02020;
--accent-value4: #FA7575;
--selected-accent0: #0066CC;
--selected-accent1: #3388FF;
}