From 06c71b0da2ca15fde23b98511dd31510ab95ade7 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Wed, 27 Mar 2024 13:45:36 +0000 Subject: [PATCH] Underline links --- hugo/themes/anatole/assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo/themes/anatole/assets/css/style.css b/hugo/themes/anatole/assets/css/style.css index ede8b2f..575648f 100644 --- a/hugo/themes/anatole/assets/css/style.css +++ b/hugo/themes/anatole/assets/css/style.css @@ -314,7 +314,7 @@ a:active { } .post .post-content a { - text-decoration: none; + text-decoration: underline; letter-spacing: 1px; color: #2660ab; } @@ -915,4 +915,4 @@ print { .page-top { display: none; } -} \ No newline at end of file +}