Remove extra characters, improve article css

This commit is contained in:
2021-08-20 09:38:28 +00:00
parent 052a919f12
commit 20b46d3b02
4 changed files with 25 additions and 17 deletions

View File

@@ -1,11 +1,19 @@
{% extends "base.html" %}
{% block meta %}
<meta charset=UTF-8>
{% endblock %}
{% block style %}
<style>
p {
p, h2, h3, h4, h5 {
margin: 0;
}
.highlight {
.toclink {
color: black;
}
.highlight > pre {
margin: 0;
padding: 0.5rem;
overflow-x: auto;
background-color: #eee;