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; color: #2c2;
} }
.wiptopic a { .wiptopic a:not(.btn) {
color: #7ac; color: #7ac;
} }
.discardtopic { .discardtopic {
text-decoration: line-through; text-decoration: line-through;
a { a:not(.btn) {
color: #7ac; color: #7ac;
} }
filter: brightness(0.5); filter: brightness(0.5);

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title> <title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
<link rel="stylesheet" type="text/css" href="/static/bootstrap.css"> <link rel="stylesheet" type="text/css" href="/static/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=3"> <link rel="stylesheet" type="text/css" href="/static/custom.css?v=4">
{% block headextra %}{% endblock %} {% block headextra %}{% endblock %}
</head> </head>