mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix .wiptopic affecting buttons
This commit is contained in:
parent
fa0506f58a
commit
c79c970171
@ -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);
|
||||
|
@ -7,7 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<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/custom.css?v=3">
|
||||
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=4">
|
||||
{% block headextra %}{% endblock %}
|
||||
</head>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user