Finish styling the QueryStatus application

This commit is contained in:
Oliver 2025-11-20 23:37:46 -07:00
parent c014e17da2
commit b428eb3bf6
9 changed files with 48 additions and 12 deletions

View file

@ -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);
}