diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-22 10:05:55 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-23 21:10:18 -0300 |
commit | 3bfc90dc51972ad56c557746f4a8d4eeca87304d (patch) | |
tree | d3e693d61d55869480551ffa7c1c8a8527481e01 /src/static/css/site.css | |
parent | 6b8acb160e278119fe229afc91759fc5f6bb26fc (diff) |
css: don't text-indent inside tooltip
Geeeeeeeeeeeeeeeeeeeeeez.
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index a2fa2c88..b9577bb5 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -891,6 +891,8 @@ li:not(:first-child:last-child) .tooltip, box-shadow: 0 3px 4px 4px #000000aa, 0 -2px 4px -2px var(--primary-color) inset; + + text-indent: 0; } .contribution-tooltip { |