diff options
-rw-r--r-- | static/css/custom.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; +} |