- no border for tables inside .notice
background-color: #eaeaea;
}
+.notice > table {
+ border: unset !important;
+}
+
.index-table h3 {
margin: 0px;
}
<link rel="alternate" type="application/rss+xml" title="RSS Feed for latest blocked instances" href="rss" />
{% block rss %}{% endblock %}
- <link rel="stylesheet" type="text/css" href="{{ url_for('static', path='css/' + theme + '.css') }}?v=0.0.1" media="all" />
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', path='css/' + theme + '.css') }}?v=0.0.2" media="all" />
</head>
<body>