diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-24 00:13:45 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-12-24 00:13:45 +0000 |
commit | c79c970171ecc2c96d6b670068175ffbe3e6682a (patch) | |
tree | 58d50af3c7da535f68377fefe88075829376cd93 /app/scss/components.scss | |
parent | fa0506f58a592051eaed23bfde69ccee663083f6 (diff) | |
download | cheatdb-c79c970171ecc2c96d6b670068175ffbe3e6682a.tar.xz |
Fix .wiptopic affecting buttons
Diffstat (limited to 'app/scss/components.scss')
-rw-r--r-- | app/scss/components.scss | 4 |
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); |