From 3c38389bb0b400b977ab7947018e884ca92975b0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 27 Oct 2022 11:28:43 -0700 Subject: ref(css): reduce thickness of decoration for headers --- static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index c71df3a..10e437f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -22,7 +22,7 @@ h2, h3 { text-decoration: underline; text-decoration-style: solid; text-decoration-color: #ffc832; - text-decoration-thickness: 0.4rem; + text-decoration-thickness: 0.2rem; text-underline-position: under; text-underline-offset: from-font; font-style: italic; -- cgit v1.2.3