From c5b2ca46fd425d3a27e7c90cec4b7b40f48461a0 Mon Sep 17 00:00:00 2001 From: McBrayer Date: Mon, 28 Jan 2019 07:49:40 -0500 Subject: [PATCH] Tweak the link underlines a little bit --- brutaldon/static/css/brutaldon-dark.css | 2 +- brutaldon/static/css/brutaldon.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;