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

@@ -43,7 +43,8 @@ export default {
width: 1rem;
margin: 2px;
path {
fill: var(--primary);
// fill: var(--primary);
fill: currentColor;
}
}
&.top svg { top: 0; }