Fix .wiptopic affecting buttons

This commit is contained in:
rubenwardy
2018-12-24 00:13:45 +00:00
parent fa0506f58a
commit c79c970171
2 changed files with 3 additions and 3 deletions

View File

@@ -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);