Made a 'pretty' news section on the main page for the latest news

This commit is contained in:
Sveske_Juice 2024-02-20 21:05:42 +01:00
parent 8b533b296c
commit 8b8b81f3d1
10 changed files with 217 additions and 28 deletions

View file

@ -7,6 +7,7 @@
}
body {
color: var(--text);
font-family: 'CozetteVector';
color: var(--text2); /* Default to secondary text color. */
background-color: var(--background);
}

View file

@ -1,6 +1,9 @@
:root {
--text: #ece4ee;
--background: #120c13;
--text1: #fff; /* Primary text. */
--text2: #cac9c6; /* Secondary text. */
--text3: #b0afad; /* Third text color. */
--text4: #868584; /* Fourth text color. */
--background: #1e2122;
--primary: #ff8552;
--secondary: #6c6b44;
--accent: #7da16a;