diff --git a/app/scss/components.scss b/app/scss/components.scss index 31b9600..4de074b 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 b3f467e..52f0974 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + {% block headextra %}{% endblock %}