RC-68 | Sheet Setup

This commit is contained in:
Oliver-Akins 2025-01-01 15:19:50 -07:00
parent a792ee40dd
commit 26025b2de3
17 changed files with 157 additions and 14 deletions

14
Apps/themes/light.css Normal file
View 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;
}