summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-12-05 09:16:16 +0100
committerYorhel <git@yorhel.nl>2020-12-05 09:16:18 +0100
commit9b4b630ed2f62e9f3ce3b22884f804288d69a705 (patch)
tree9ad2a3ef3f9ace8545244e8583683306514d8231 /data
parentb4514a2301964ddd12f64a55593ec9a9c44a71ed (diff)
CSS/homepage: Another attempt to make the link-hover underline show up
For some reason it wouldn't always show up with a 1px padding.
Diffstat (limited to 'data')
-rw-r--r--data/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index 1b9b476f..bfe5d754 100644
--- a/data/style.css
+++ b/data/style.css
@@ -348,8 +348,8 @@ li.announcement { margin-bottom: 3px; margin-top: 3px }
li.announcement a { font-weight: bold; font-size: 15px; color: $maintext$ }
.homepage h1 { margin-bottom: 5px }
.homepage > div { overflow: hidden }
-.homepage li { display: flex; line-height: 1.2 }
-.homepage li span { white-space: nowrap; padding-right: 4px; padding-bottom: 1px }
+.homepage li { display: flex; line-height: 1.1 }
+.homepage li span { white-space: nowrap; padding-right: 4px; padding-bottom: 3px }
.homepage li span:first-child { overflow: hidden; text-overflow: ellipsis }