Tweak the template/css structure
This commit is contained in:
parent
1afffb0a73
commit
56fe115407
24 changed files with 10 additions and 7 deletions
22
templates/css/themes/dark.css
Normal file
22
templates/css/themes/dark.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.theme-rc-dark,
|
||||
.theme-dark {
|
||||
--accent-1: #056162;
|
||||
--accent-2: #04262a;
|
||||
--accent-3: #4fb258;
|
||||
|
||||
--base-text: white;
|
||||
--base-background: black;
|
||||
|
||||
--section-header-text: white;
|
||||
--section-header-background: var(--accent-1);
|
||||
|
||||
--alt-row-text: white;
|
||||
--alt-row-background: var(--accent-2);
|
||||
|
||||
--input-underline: 2px dashed var(--accent-3);
|
||||
--input-background: inherit;
|
||||
--input-text: white;
|
||||
|
||||
--button-background: black;
|
||||
--button-text: var(--accent-3);
|
||||
}
|
||||
14
templates/css/themes/light.css
Normal file
14
templates/css/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