diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-30 00:15:42 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-30 00:15:42 +0300 |
| commit | 768b3ea14fa8f69192b39642701babcb94f80156 (patch) | |
| tree | e836c373cab5a0f2cae8cfbcf2d4519b099c5713 /src/App.scss | |
| parent | ea3ce55929b2c6460ee548bc85c4bef55f55dba7 (diff) | |
refactor navigation-entry and use them in other nav items
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/App.scss b/src/App.scss index 9c08c6b2..75b2667c 100644 --- a/src/App.scss +++ b/src/App.scss @@ -132,11 +132,10 @@ i[class*=icon-], .button-unstyled:hover, a:hover { - i[class*=icon-], - .svg-inline--fa, - .iconLetter { - color: $fallback--text; - color: var(--text, $fallback--text); + > i[class*=icon-], + > .svg-inline--fa, + > .iconLetter { + color: var(--text); } } |
