diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-20 21:26:39 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-20 21:26:50 -0300 |
commit | d35b498ff059643e4686807bda25f7bab5d87ccc (patch) | |
tree | 2d828387f3e8a78c2aece72769ee973afc248792 /src/static/css/site.css | |
parent | 853dd7ea8811b823d4fc4f2fa14fa3ac44b5416f (diff) |
content: linkTemplate: suffixNormalContent here too
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 542a2f7d..5515030f 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -887,6 +887,10 @@ a:not([href]):hover { text-decoration: none; } +a .normal-content { + color: white; +} + .external-link:not(.from-content) { white-space: nowrap; } @@ -900,10 +904,6 @@ a:not([href]):hover { color: white; } -.external-link .normal-content { - color: white; -} - .image-media-link::after { content: ''; display: inline-block; |