You can now edit sections and items from the UI 🤓

This commit is contained in:
Alicia Sykes
2021-05-16 21:17:32 +01:00
parent 88a3ae9c3a
commit 25dc8cc4ea
6 changed files with 92 additions and 51 deletions

View File

@@ -31,7 +31,9 @@
--item-group-shadow: var(--item-shadow);
--settings-container-shadow: none;
/* Specific components, using variables allows them to be overridden individually */
/* Color variables for specific components
* all variables are optional, since they inherit initial values from above*
* Using specific variables makes overriding for custom themes really easy */
--heading-text-color: var(--primary);
--nav-link-text-color: var(--primary);
--nav-link-background-color: #607d8b33;
@@ -53,4 +55,6 @@
--welcome-popup-text-color: var(--primary);
--config-code-background: #fff;
--config-code-color: var(--background);
--config-settings-color: var(--background);
--config-settings-background: var(--primary);
}