diff options
| author | Henry Jameson <me@hjkos.com> | 2019-12-28 15:55:42 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-12-28 15:55:42 +0200 |
| commit | e5a34870f0f7154712783fb6d9c20edf4c06ad35 (patch) | |
| tree | dfb04a3edb8b64f8ff2d5c2b7cb2b558692cdc1c /src/App.scss | |
| parent | b8f4b18ae5e362bce97553cf4bcde1749b6fea32 (diff) | |
Accent works
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 754ca62e..3b03a761 100644 --- a/src/App.scss +++ b/src/App.scss @@ -198,7 +198,7 @@ input, textarea, .select { &:checked + label::before { box-shadow: 0px 0px 2px black inset, 0px 0px 0px 4px $fallback--fg inset; box-shadow: var(--inputShadow), 0px 0px 0px 4px var(--fg, $fallback--fg) inset; - background-color: var(--link, $fallback--link); + background-color: var(--accent, $fallback--link); } &:disabled { &, |
