forked from AkkomaGang/akkoma-fe
Change panel-footing style to be more fitting
This commit is contained in:
parent
62e9525724
commit
7666d50d8a
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue