From c7fea1d2c78e77654f098f9ac7409f97ad171f44 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 12 Mar 2022 19:50:03 +0000 Subject: switched to mistune (over misaka) for markdown parsing, added table of contents --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 8fcfa6f..89d8814 100644 --- a/static/style.css +++ b/static/style.css @@ -108,6 +108,14 @@ aside { float: right; } +#header_linkers { + font-size: xx-small; +} + +#header_linkers li { + list-style: none; +} + #tags { font-size: xx-small; } -- cgit v1.2.3