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

11 lines
286 B
CSS
Raw Normal View History

2024-02-15 02:08:09 +01:00
:root {
--text1: #fff; /* Primary text. */
--text2: #cac9c6; /* Secondary text. */
--text3: #b0afad; /* Third text color. */
--text4: #868584; /* Fourth text color. */
--background: #1e2122;
2024-02-15 02:08:09 +01:00
--primary: #ff8552;
--secondary: #6c6b44;
--accent: #7da16a;
}