more posts button

This commit is contained in:
Sveske_Juice 2024-02-23 19:29:49 +01:00
parent 547063bfc0
commit e07cd844db
4 changed files with 92 additions and 19 deletions

View file

@ -7,7 +7,12 @@
}
body {
font-family: 'CozetteVector';
color: var(--text2); /* Default to secondary text color. */
font-family: var(--main-font);
color: var(--text1); /* Default to primary text color. */
background-color: var(--background);
}
a, a:link a:visited {
color: var(--text1);
text-decoration: none;
}