more posts button
This commit is contained in:
parent
547063bfc0
commit
e07cd844db
4 changed files with 92 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue