From c71011d6b36bb57eda8229c275a3934128f9db77 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Mon, 14 Aug 2017 19:20:07 -0700 Subject: [PATCH] *backs away slowly* correct overzealous css selector --- static/scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 709b174..58afacb 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -295,7 +295,7 @@ body.news { } body:not(.home) { - a:not(.btn) { + #background-filter a:not(.btn) { text-decoration: underline; } }