From 6a374009bdacc58ec80adbfe97bceba8907ce874 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 28 May 2023 23:56:53 +0200 Subject: [PATCH] style: thinner underline for post-item --- assets/main.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 38c21d3..1021707 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -430,12 +430,15 @@ table.image caption { font-weight: 900; font-size: 40px; line-height: 1.04; - text-decoration: underline; + text-decoration: underline !important; color: #bb4a03 !important; + text-decoration-thickness: 2px !important; a { color: #222 !important; text-decoration: none; + text-decoration-color: #bb4a03 !important; + text-decoration-thickness: 2px; } a:hover {