Minor footer styling

This commit is contained in:
Cassidy Williams
2024-02-29 23:58:31 -06:00
parent de4eb89d17
commit 2396305f27
3 changed files with 10 additions and 1 deletions

View File

@@ -58,6 +58,11 @@ body.dark-mode nav {
background: var(--transblack);
}
.tag-title {
font-weight: 400;
color: var(--black);
}
@media (prefers-color-scheme: dark) {
::selection {
background-color: #0f0f0f;
@@ -90,6 +95,9 @@ body.dark-mode nav {
body .tag {
color: var(--gray);
}
.tag-title {
color: var(--white);
}
}
h2,