fix panel link color, fix broken user profiles
This commit is contained in:
parent
a806d43f05
commit
bb39b99d65
5 changed files with 20 additions and 4 deletions
10
src/App.scss
10
src/App.scss
|
@ -407,6 +407,11 @@ main-router {
|
|||
min-width: 1px;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $fallback--link;
|
||||
color: var(--panelLink, $fallback--link)
|
||||
}
|
||||
}
|
||||
|
||||
.panel-heading.stub {
|
||||
|
@ -417,6 +422,11 @@ main-router {
|
|||
.panel-footer {
|
||||
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
|
||||
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
||||
|
||||
a {
|
||||
color: $fallback--link;
|
||||
color: var(--panelLink, $fallback--link)
|
||||
}
|
||||
}
|
||||
|
||||
.panel-body > p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue