From 2f6819e340fdf0ecd5295652ef4e26effdfac129 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Mon, 14 Aug 2017 18:41:40 -0700 Subject: [PATCH] make links in body copy look like links --- static/scss/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 3b16e24..d062380 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