Add number inputs into the supported structures, and redesign the sheet to make it actually look good
This commit is contained in:
parent
5aee7e4a29
commit
fb52e1b58d
11 changed files with 161 additions and 48 deletions
|
|
@ -19,10 +19,14 @@
|
|||
--input-underline: 2px dashed var(--accent-3);
|
||||
--input-background: inherit;
|
||||
--input-text: white;
|
||||
--input-placeholder-text: rgba(255,255,255, 0.5);
|
||||
|
||||
--button-background: black;
|
||||
--button-text: var(--accent-3);
|
||||
|
||||
--col-gap: 2px;
|
||||
--row-gap: 0px;
|
||||
|
||||
/* Additional Variables */
|
||||
--string-tags-border: inherit;
|
||||
--string-tags-tag-background: inherit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue