diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-02 18:13:44 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-10-05 10:50:31 -0300 |
commit | 11564d469dc313d732e462cb56314eb5a624e121 (patch) | |
tree | 68c8336d969473fc2bb251f6bd1e0d1585e2980d /src/static | |
parent | ac128879d523da01e829643b0ea73958cb0c6f23 (diff) |
content, css: linkExternal: suffixNormalContent slot
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index c477fe8c..f67326e2 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -799,6 +799,10 @@ a:not([href]):hover { color: white; } +.external-link .normal-content { + color: white; +} + .nav-main-links .nav-link.current > span.nav-link-content > a { font-weight: 800; } |