aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-17 11:53:21 -0500
committertdro <tdro@noreply.example.com>2022-11-17 11:53:21 -0500
commitb00a04bd73fed00435dd2c3471ebd5a173620a23 (patch)
tree76d574ca725720b14aa945eb9010e1f814b6c2f4
parentd29b7355f7ba99d0d03ea432a28a09e690d7d4bf (diff)
downloadcanory-b00a04bd73fed00435dd2c3471ebd5a173620a23.tar.gz
canory-b00a04bd73fed00435dd2c3471ebd5a173620a23.tar.bz2
canory-b00a04bd73fed00435dd2c3471ebd5a173620a23.zip
assets/css/default: Prefix reaction tip text decoration style
Reduce initial thickness
-rw-r--r--assets/css/default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 04f5a6e..b96ffc6 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1833,14 +1833,16 @@ twitter-tweet iframe {
reaction-tip {
text-decoration: underline;
+ -webkit-text-decoration-style: wavy;
text-decoration-style: wavy;
+ text-decoration-thickness: 0.05rem;
cursor: pointer;
position: relative;
display: inline-block;
}
reaction-tip:hover {
- text-decoration-thickness: 0.15rem;
+ text-decoration-thickness: 0.1rem;
}
reaction-tip:hover img {