aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/default.css8
1 files 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;
}