display article description after title (#4)

inspired by https://p.atrick.org
This commit is contained in:
Troy 2024-12-26 22:45:38 +00:00 committed by GitHub
parent 3aa7ca486b
commit a886bfaa5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 149 additions and 133 deletions

View file

@ -7,17 +7,17 @@
@layer base {
:root {
--primary: 60deg 3.03% 93.53%;
--secondary: 60deg 5.56% 7.06%;
--tertiary: 45deg 5.13% 30.59%;
--accent: 60deg 2.44% 83.92%;
--primary: 0deg 0% 99%;
--secondary: 0deg 0% 13%;
--tertiary: 0deg 0% 51%;
--accent: 0deg 0% 39%;
}
@media (prefers-color-scheme: dark) {
:root {
--primary: 60deg 3.03% 6.47%;
--secondary: 60deg 5.56% 92.94%;
--tertiary: 45deg 5.13% 69.41%;
--accent: 60deg 2.44% 16.08%;
--primary: 0deg 0% 0%;
--secondary: 0deg 0% 93%;
--tertiary: 0deg 0% 45%;
--accent: 0deg 0% 71%;
}
}
}