Change panel-footing style to be more fitting

This commit is contained in:
shpuld 2019-01-29 21:11:00 +02:00
parent 62e9525724
commit 7666d50d8a
1 changed files with 6 additions and 0 deletions

View File

@ -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)