diff options
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; |