diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index b4fd156..e6ba9aa 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -229,7 +229,7 @@ input#id_poll_frequency height: 0; } -.media-content a:not(.mention) +.media-content .content a:not(.mention) { text-decoration-line: underline; text-decoration-style: dotted; diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index be85457..a14b250 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -213,7 +213,7 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top { height: 0; } -.media-content a:not(.mention) +.media-content .content a:not(.mention) { text-decoration-line: underline; text-decoration-style: dotted;