Begin working on the non-MVP character sheet
This commit is contained in:
parent
d74416c620
commit
6d2d02b077
10 changed files with 110 additions and 5 deletions
7
styles/sheets/actor/char-sheet/themes/dark.scss
Normal file
7
styles/sheets/actor/char-sheet/themes/dark.scss
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
$bg-base: #202b38;
|
||||
|
||||
.actor--pc {
|
||||
--sheet-bg: #{$bg-base};
|
||||
--nav-bg: var(--panel-bg);
|
||||
--panel-bg: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue