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);
}