💄 Creates configurable CSS variables for new config editor

This commit is contained in:
Alicia Sykes
2021-10-18 22:14:02 +01:00
parent 03906130c7
commit 8a4f4373c1
5 changed files with 37 additions and 19 deletions

View File

@@ -57,6 +57,9 @@
--config-settings-background: var(--background-darker);
--code-editor-color: var(--black);
--code-editor-background: var(--white);
--interactive-editor-color: var(--primary);
--interactive-editor-background: var(--background);
--interactive-editor-background-darker: var(--background-darker);
// Search bar (on homepage)
--search-container-background: var(--background-darker);
--search-field-background: var(--background);