Temporary fix for #43

This commit is contained in:
daudix
2024-08-15 00:11:16 +03:00
parent 77b8545aa7
commit 0b180de74f
5 changed files with 13 additions and 5 deletions

View File

@ -36,7 +36,7 @@ body {
// Style text selection to use primary color
::selection {
background-color: var(--primary-color);
color: var(--fg-color);
color: var(--contrast-color);
}
// Make focused anchor not get covered by nav,
@ -77,6 +77,7 @@ body {
}
@media (prefers-reduced-motion) {
*,
*::before,
*::after {