♻️ Ensures all colors are using variables

This commit is contained in:
Alicia Sykes
2021-04-20 17:26:21 +01:00
parent 9f70181422
commit 3d342bb43d
9 changed files with 65 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ export default {
outline: none;
border: none;
border-radius: var(--curve-factor);
background: var(--background);
background: var(--search-field-background);
color: var(--settings-text-color);
border: 1px solid var(--outline-color);
&:focus {