aboutsummaryrefslogtreecommitdiff
path: root/app/scss/components.scss
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-24 00:13:45 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-24 00:13:45 +0000
commitc79c970171ecc2c96d6b670068175ffbe3e6682a (patch)
tree58d50af3c7da535f68377fefe88075829376cd93 /app/scss/components.scss
parentfa0506f58a592051eaed23bfde69ccee663083f6 (diff)
downloadcheatdb-c79c970171ecc2c96d6b670068175ffbe3e6682a.tar.xz
Fix .wiptopic affecting buttons
Diffstat (limited to 'app/scss/components.scss')
-rw-r--r--app/scss/components.scss4
1 files changed, 2 insertions, 2 deletions
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);