deprived-main-website/static/stylesheets/main-theme.css

14 lines
378 B
CSS
Raw Permalink Normal View History

2024-02-15 02:08:09 +01:00
:root {
2024-02-23 19:29:38 +01:00
--title-font: 'CozetteVector';
--main-font: 'Segoe UI';
--text1: #fff; /* Primary text. */
--text2: #cac9c6; /* Secondary text. */
--text3: #b0afad; /* Third text color. */
--text4: #868584; /* Fourth text color. */
2024-02-23 19:29:38 +01:00
--background: #232222;
2024-02-24 01:36:25 +01:00
--background1: #1b1a1a;
2024-02-23 19:29:38 +01:00
--primary: #227c9d;
--secondary: #ffcb77;
--accent: #17c3b2;
2024-02-15 02:08:09 +01:00
}