Properly style the backlinks

This commit is contained in:
2026-08-08 20:56:45 -04:00
parent fa8f0b3a03
commit af843da6fd
6 changed files with 34 additions and 19 deletions

View File

@@ -1,12 +1,14 @@
:root {
--color-background: #f4f4f4;
--color-primary: #000000;
--color-background-1: #f4f4f4;
--color-background-2: #e4e4e4;
--color-primary-1: #000000;
}
@media (prefers-color-scheme: dark) {
:root {
--color-background: #111111;
--color-primary: #eeeeee;
--color-background-1: #111111;
--color-background-2: #222222;
--color-primary-1: #eeeeee;
}
}