We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f7c53 commit 09e0e89Copy full SHA for 09e0e89
style.css
@@ -939,6 +939,22 @@ h1.post-title,
939
margin-bottom: 1.5rem;
940
}
941
942
+/* Inline body links — visually distinct cross-links and contextual anchors */
943
+.post-body p a,
944
+.post-body li a {
945
+ color: var(--accent);
946
+ text-decoration: underline;
947
+ text-underline-offset: 3px;
948
+ font-weight: 500;
949
+ transition: opacity 0.2s ease;
950
+}
951
+
952
+.post-body p a:hover,
953
+.post-body li a:hover {
954
+ opacity: 0.8;
955
956
957
958
.affiliate-disclaimer,
959
.affiliate-disclosure {
960
font-size: 0.85rem;
0 commit comments