commit 428f7f135a043f0c98c2de0093a3c0484432b214
parent be49325e0fb1bf05618d0abfb3bcf2cf6f7f22a3
Author: corndog <cauchyn@firemail.cc>
Date: Wed, 17 Apr 2019 20:02:52 -0700
Use text shadow as a psuedo bold
I do not consider this best practice in general
but I want to suggest to the reader they can
hover over these elements for a tooltip
(created date may come in the future) without
distracting them with moving inline elements.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/in/static/style.css b/in/static/style.css
@@ -117,7 +117,7 @@ a[href$="pdf"]::after {
}
.bold-on-hover:hover {
- font-weight: 700;
+ text-shadow: 0 0 0.01px;
}
.local-anchor {