From 7666d50d8a9eb2ef8b5a61a1689b7358ae7d93ea Mon Sep 17 00:00:00 2001 From: shpuld Date: Tue, 29 Jan 2019 21:11:00 +0200 Subject: [PATCH] Change panel-footing style to be more fitting --- src/App.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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)