Adds more themes, adds ability to hide unneeded components

This commit is contained in:
Alicia Sykes
2021-04-16 14:29:19 +01:00
parent 7f3e8dd818
commit c5f630849f
12 changed files with 116 additions and 51 deletions

View File

@@ -97,7 +97,7 @@ export default {
.item {
flex-grow: 1;
position: relative;
color: var(--primary);
color: var(--item-text-color);
vertical-align: middle;
margin: 0.5rem;
background: var(--item-background);