From 358bebecf69a68ba04658b78d2d571c9ca161409 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 23 Oct 2022 01:58:40 +0300 Subject: feat: do not decorate links in headings --- src/public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/style.css b/src/public/style.css index a92fb0b..16921a0 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -46,6 +46,10 @@ h2, h3, h4, h5, h6 { line-height: 1.1; margin-top: 1.4em; } +h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + color: #ebdbb2 !important; + text-decoration: none !important; +} h2 { border-bottom: 1px solid rgba(255, 255, 255, 0.12); } -- cgit v1.2.3