From 7ae2361bfbef3ed0a0489a2a844e899a8735ae37 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Sep 2020 00:12:33 +0100 Subject: [PATCH] Fix CSS order --- static/src/scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 72f02c2..49a9c9a 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -262,8 +262,8 @@ h1, h2, h3, h4, h5, h6 { a.no-color-change { &, &:hover { - color: inherit; text-decoration: none; + color: inherit; } }