From 7775c8fa4fdf83e08253b0aeae73ab2197896e7a Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 10 Dec 2022 21:46:09 -0500 Subject: assets/css/default: No anchor text decorations on right --- assets/css/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 3c1203e..b4d227a 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1492,10 +1492,6 @@ web-ring { top: 1rem; } -web-ring a { - text-decoration: none; -} - micro-metadata-anchored a:hover, web-ring a[href^="http"]:hover { text-decoration: underline; @@ -1537,6 +1533,10 @@ web-ring aside { padding: 1rem; } +column-right aside a { + text-decoration: none; +} + author-list aside { display: block; } -- cgit v1.2.3