display article description after title (#4)
inspired by https://p.atrick.org
This commit is contained in:
parent
3aa7ca486b
commit
a886bfaa5a
16 changed files with 149 additions and 133 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue