aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-10 21:46:09 -0500
committertdro <tdro@noreply.example.com>2022-12-10 21:46:09 -0500
commit7775c8fa4fdf83e08253b0aeae73ab2197896e7a (patch)
tree5290488f057b9a312bee092d6750768094b2178a
parent1c4b496c3f12e35d585322261d044bcd9a018f59 (diff)
downloadcanory-7775c8fa4fdf83e08253b0aeae73ab2197896e7a.tar.gz
canory-7775c8fa4fdf83e08253b0aeae73ab2197896e7a.tar.bz2
canory-7775c8fa4fdf83e08253b0aeae73ab2197896e7a.zip
assets/css/default: No anchor text decorations on right
-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;
}