From 34c3f2bca94df5c46dc9bc3307563370d40bbf49 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 13 Apr 2018 12:10:11 +0200 Subject: Style enhancement --- public/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index c1f1315..b21d936 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -162,3 +162,7 @@ kbd { border-color: #99f; box-shadow: 0 0 5px #99f; } +h1::before { color: #BBB;content: "# "; } +h2::before { color: #BBB;content: "## "; } +h3::before { color: #BBB;content: "### "; } +h4 { margin-left: 60px;} -- cgit v1.2.3