add prev & next article buttons (#3)

solution inspired by https://github.com/markhorn-dev/astro-sphere
This commit is contained in:
Troy 2024-12-26 15:02:43 +00:00 committed by GitHub
parent 93d8c4f67d
commit 3aa7ca486b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 212 additions and 753 deletions

View file

@ -20,10 +20,4 @@
--accent: 60deg 2.44% 16.08%;
}
}
:root[data-theme="tritanopia"] {
--primary: 216deg 27.78% 7.06%;
--secondary: 210deg 66.67% 96.47%;
--tertiary: 213.75deg 7.84% 60%;
--accent: 130.49deg 55.68% 36.27%;
}
}