diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-08-11 01:59:51 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-08-11 01:59:51 -0400 |
commit | a8ce3a22f3510cf0332a6ac2ada9ee73a53ea152 (patch) | |
tree | 1a9d89afe8f3b5a94181aceb3530ab19fe04eb60 /blog | |
parent | cc94d0bb377daee6fc0b453669391e55dfb82ae6 (diff) | |
download | web-a8ce3a22f3510cf0332a6ac2ada9ee73a53ea152.tar.xz |
Slight style tweak for tooltipped text in blog posts.
Diffstat (limited to 'blog')
-rw-r--r-- | blog/blogext.css | 1 |
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; |