Uses CSS variables for common definitions, to allow for themes

This commit is contained in:
Alicia Sykes
2021-04-14 21:05:37 +01:00
parent 2baccdb718
commit e31e6d4239
14 changed files with 90 additions and 41 deletions

View File

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