From bc866494f7b77eebe7950f4dcf076616c181bd32 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 16 Jul 2023 12:09:20 +0100 Subject: Add table of context and addressable headers Sometimes it's useful to highlight content of the post beforehand. Also, it's just nice to have a clickable headers in the document to simplify sharing of specific section. --- share/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'share/style.css') diff --git a/share/style.css b/share/style.css index 3d41f16..59001fd 100644 --- a/share/style.css +++ b/share/style.css @@ -115,3 +115,11 @@ ul.posts time { ul.posts li a:visited { color: #8b6fcb; } + +.toclink { + color: #222; +} + +.toclink:hover { + text-decoration: none; +} -- cgit v1.2.3-70-g09d2