diff --git a/static/style.css b/static/style.css index 3dcbc56..85e3ff7 100644 --- a/static/style.css +++ b/static/style.css @@ -30,14 +30,17 @@ h2 { h1::before { content: "# "; + color: #747369; } h2::before { content: "## "; + color: #747369; } h3::before { content: "### "; + color: #747369; } a { diff --git a/templates/index.html b/templates/index.html index bd58906..58452d6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,4 +4,5 @@ {% block content %} {{ section.content | safe }} + {% endblock content %}