diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-13 00:33:04 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-13 00:33:04 +0200 |
| commit | 8f63bbb64fa2860e73d8562de9d6c62629a8668f (patch) | |
| tree | ee2066f48a630f1d067bcd4d245fb32f25960fe7 /src/App.scss | |
| parent | 40ba3e225209539639b65c2f636fa1b5af9861ff (diff) | |
poll slot renamed, lightBg customization implemented
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 7c9c91af..7da3688a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -495,6 +495,10 @@ main-router { color: $fallback--faint; color: var(--panelFaint, $fallback--faint); } + .faint-link { + color: $fallback--faint; + color: var(--faintLink, $fallback--faint); + } .alert { white-space: nowrap; |
