even,odd
This commit is contained in:
parent
272db656af
commit
0991ea8e70
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
--body-background: #fff;
|
--body-background: #fff;
|
||||||
--body-text: #000;
|
--body-text: #000;
|
||||||
--header-background: #ccc;
|
--header-background: #ccc;
|
||||||
|
--item-even: #ddd;
|
||||||
|
--item-odd: #eee;
|
||||||
--qrcode-background: ;
|
--qrcode-background: ;
|
||||||
--ruler-border: #888;
|
--ruler-border: #888;
|
||||||
}
|
}
|
||||||
|
@ -14,6 +16,8 @@
|
||||||
--body-background: #000;
|
--body-background: #000;
|
||||||
--body-text: #aaa;
|
--body-text: #aaa;
|
||||||
--header-background: #444;
|
--header-background: #444;
|
||||||
|
--item-even: #222;
|
||||||
|
--item-odd: #111;
|
||||||
--qrcode-background: #aaa;
|
--qrcode-background: #aaa;
|
||||||
--ruler-border: #444;
|
--ruler-border: #444;
|
||||||
}
|
}
|
||||||
|
@ -119,6 +123,9 @@ img.org {
|
||||||
margin-inline-end: .5em;
|
margin-inline-end: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li:nth-of-type(even) { background-color: var(--item-even); }
|
||||||
|
li:nth-of-type(odd) { background-color: var(--item-odd); }
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue