parent
aec7a3fd61
commit
ffe6cb2203
1 changed files with 6 additions and 2 deletions
|
@ -107,6 +107,10 @@ a:hover {
|
||||||
color: var(--anchor-text);
|
color: var(--anchor-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.item button.item {
|
||||||
|
background: var(--item-odd-gradient);
|
||||||
|
}
|
||||||
|
|
||||||
article.org, header {
|
article.org, header {
|
||||||
border-radius: .25em;
|
border-radius: .25em;
|
||||||
padding-block: .25em;
|
padding-block: .25em;
|
||||||
|
@ -198,10 +202,10 @@ img.photo {
|
||||||
border-top: var(--border-on);
|
border-top: var(--border-on);
|
||||||
}
|
}
|
||||||
|
|
||||||
li:nth-of-type(even) {
|
body.item li:nth-of-type(even) {
|
||||||
background: var(--item-even-gradient);
|
background: var(--item-even-gradient);
|
||||||
}
|
}
|
||||||
li:nth-of-type(odd) {
|
body.item li:nth-of-type(odd) {
|
||||||
background: var(--item-odd-gradient);
|
background: var(--item-odd-gradient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue