button/bg
This commit is contained in:
parent
ed99d1fac3
commit
55d029d303
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
--body-background: #fff;
|
--body-background: #fff;
|
||||||
--body-text: #000;
|
--body-text: #000;
|
||||||
--border-color: #888;
|
--border-color: #888;
|
||||||
|
--button-background: #bbb;
|
||||||
--header-background: #ccc;
|
--header-background: #ccc;
|
||||||
--item-even: #ddd;
|
--item-even: #ddd;
|
||||||
--item-odd: #eee;
|
--item-odd: #eee;
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
--body-background: #000;
|
--body-background: #000;
|
||||||
--body-text: #aaa;
|
--body-text: #aaa;
|
||||||
--border-color: #888;
|
--border-color: #888;
|
||||||
|
--button-background: #444;
|
||||||
--header-background: #444;
|
--header-background: #444;
|
||||||
--item-even: #222;
|
--item-even: #222;
|
||||||
--item-odd: #111;
|
--item-odd: #111;
|
||||||
|
@ -46,6 +48,9 @@
|
||||||
--org-gradient: linear-gradient(to top, var(--alpha), var(--org-background));
|
--org-gradient: linear-gradient(to top, var(--alpha), var(--org-background));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#theme {
|
||||||
|
background-color: var(--button-background);
|
||||||
|
}
|
||||||
#vcf {
|
#vcf {
|
||||||
background-color: var(--qrcode-background);
|
background-color: var(--qrcode-background);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue