diff options
| author | shpuld <shp@cock.li> | 2019-01-29 21:11:00 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-29 21:11:00 +0200 |
| commit | 7666d50d8a9eb2ef8b5a61a1689b7358ae7d93ea (patch) | |
| tree | 9abd70de43f4dd77bec2f2313e30dee132a417e6 | |
| parent | 62e9525724cfff0c3e26b8325b019e926baed1ca (diff) | |
Change panel-footing style to be more fitting
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index ba8770e2..f3e9e557 100644 --- a/src/App.scss +++ b/src/App.scss @@ -425,6 +425,12 @@ main-router { border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius; border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); + + .faint { + color: $fallback--faint; + color: var(--panelFaint, $fallback--faint); + } + a { color: $fallback--link; color: var(--panelLink, $fallback--link) |
