diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-26 20:12:59 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-26 20:13:56 +0300 |
| commit | bb39b99d65bf897e073bc809ccc924f1b0ecc58b (patch) | |
| tree | 5052ca064fd7cb21d45f64a127b25420753e6983 /src/App.scss | |
| parent | a806d43f05ddded69a00156bc31fe33806426ecb (diff) | |
fix panel link color, fix broken user profiles
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 8c9df0ba..15dec7ec 100644 --- a/src/App.scss +++ b/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 { |
