Finish styling the QueryStatus application
This commit is contained in:
parent
c014e17da2
commit
b428eb3bf6
9 changed files with 48 additions and 12 deletions
|
|
@ -1,3 +1,10 @@
|
|||
.theme-dark {
|
||||
--prosemirror-background: var(--color-cool-5);
|
||||
|
||||
/* Chip Variables */
|
||||
--chip-color: #fff7ed;
|
||||
--chip-background: #2b3642;
|
||||
--chip-value-color: #fff7ed;
|
||||
--chip-value-background: #10161d;
|
||||
--chip-border-color: var(--chip-value-background);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue