aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-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 {