From 041e9ea04abc5ba3782d06df5363b0fd0d005623 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 30 Oct 2025 16:49:31 +0800 Subject: Link style. --- assets/css/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index 57ce30d..519fa2f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -48,8 +48,10 @@ p::selection{ } a { + cursor: default; color: var(--main-fg-color); - text-decoration: underline; + text-decoration: underline 1.5px; + text-underline-offset: 2.5px; } .link-decor-none { @@ -101,7 +103,7 @@ td { text-decoration: none; } -.author{ +.author { font-size: 1.3em; padding-top: 20px; } -- cgit v1.2.3