RC-68 | Sheet Setup
This commit is contained in:
parent
a792ee40dd
commit
26025b2de3
17 changed files with 157 additions and 14 deletions
14
Apps/themes/light.css
Normal file
14
Apps/themes/light.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.theme-rc-light,
|
||||
.theme-light {
|
||||
--header-text: white;
|
||||
--header-background: black;
|
||||
|
||||
--section-header-text: white;
|
||||
--section-header-background: black;
|
||||
|
||||
--alt-row-text: black;
|
||||
--alt-row-background: rgba(0,0,0, 0.3);
|
||||
|
||||
--base-text: black;
|
||||
--base-background: white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue