From 4fbf225e96f751d3343f2b44259a5406d75cf363 2017-08-15 01:52:02 From: Christopher Neugebauer <_@chrisjrn.com> Date: 2017-08-15 01:52:02 Subject: [PATCH] Merge pull request #47 from northbaypython/josh/copy make links in body copy look like links --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index d196b24142152fab85c58e9e51ff14c8048c40a3..709b174d8bb489f44b6ba237820a37a96d53c547 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -293,3 +293,9 @@ body.news { font-size: 28px; } } + +body:not(.home) { + a:not(.btn) { + text-decoration: underline; + } +}