diff --git a/app/scss/components.scss b/app/scss/components.scss index 31b96006..4de074b4 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -76,13 +76,13 @@ color: #2c2; } -.wiptopic a { +.wiptopic a:not(.btn) { color: #7ac; } .discardtopic { text-decoration: line-through; - a { + a:not(.btn) { color: #7ac; } filter: brightness(0.5); diff --git a/app/templates/base.html b/app/templates/base.html index b3f467e5..52f09748 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@