color palette update
This commit is contained in:
parent
4d43f20a9c
commit
547063bfc0
|
@ -1,10 +1,12 @@
|
||||||
:root {
|
:root {
|
||||||
|
--title-font: 'CozetteVector';
|
||||||
|
--main-font: 'Segoe UI';
|
||||||
--text1: #fff; /* Primary text. */
|
--text1: #fff; /* Primary text. */
|
||||||
--text2: #cac9c6; /* Secondary text. */
|
--text2: #cac9c6; /* Secondary text. */
|
||||||
--text3: #b0afad; /* Third text color. */
|
--text3: #b0afad; /* Third text color. */
|
||||||
--text4: #868584; /* Fourth text color. */
|
--text4: #868584; /* Fourth text color. */
|
||||||
--background: #1e2122;
|
--background: #232222;
|
||||||
--primary: #ff8552;
|
--primary: #227c9d;
|
||||||
--secondary: #6c6b44;
|
--secondary: #ffcb77;
|
||||||
--accent: #7da16a;
|
--accent: #17c3b2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue