From c71011d6b36bb57eda8229c275a3934128f9db77 2017-08-15 02:20:07 From: Joshua Simmons Date: 2017-08-15 02:20:07 Subject: [PATCH] *backs away slowly* correct overzealous css selector --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 709b174d8bb489f44b6ba237820a37a96d53c547..58afacbea52b03b1f0142626b483a672724ef9ce 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; } }