From 2f6819e340fdf0ecd5295652ef4e26effdfac129 2017-08-15 01:41:40 From: Joshua Simmons Date: 2017-08-15 01:41:40 Subject: [PATCH] make links in body copy look like links --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 3b16e249a00068f0599f3abf2df517a3254941b9..d062380e39a48eea14400ab636dd08d22843dd61 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -248,4 +248,10 @@ body.news { h2, .h2 { font-size: 28px; } +} + +body:not(.home) { + a:not(.btn) { + text-decoration: underline; + } } \ No newline at end of file