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 +}