From c89fba8ca1e0440597b865ee1cb7a52dc3ef019d Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Sun, 4 Oct 2020 01:26:29 -0400 Subject: [PATCH] Header pre colors, verify on hellsite --- static/style.css | 3 +++ templates/index.html | 1 + 2 files changed, 4 insertions(+) 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 %}