summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-08-11 01:59:51 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-08-11 01:59:51 -0400
commita8ce3a22f3510cf0332a6ac2ada9ee73a53ea152 (patch)
tree1a9d89afe8f3b5a94181aceb3530ab19fe04eb60
parentcc94d0bb377daee6fc0b453669391e55dfb82ae6 (diff)
downloadweb-a8ce3a22f3510cf0332a6ac2ada9ee73a53ea152.tar.xz
Slight style tweak for tooltipped text in blog posts.
-rw-r--r--blog/blogext.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blogext.css b/blog/blogext.css
index 3ce40d0..2bc341a 100644
--- a/blog/blogext.css
+++ b/blog/blogext.css
@@ -6,6 +6,7 @@ span.right{
}
span.tipped{
text-decoration: underline dotted;
+ text-decoration-color: var(--interactive-active-bg);
}
a.toctarg{
margin-left:-160px;