From 2bdf0a1b7b3716f7dcf6d85ae52127089003ca14 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 29 May 2021 15:46:16 +0700 Subject: Add heading prefixes for better visual distinction --- static/css/custom.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'static/css') diff --git a/static/css/custom.css b/static/css/custom.css index 066803e..32ca682 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -66,3 +66,18 @@ dl dt { dl dd { text-indent: 1em; } + +div.content h1::before { + content: '# '; + color: gray; +} + +div.content h2::before { + content: '## '; + color: gray; +} + +div.content h3::before { + content: '### '; + color: gray; +} -- cgit 1.4.1