summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-12-03 20:50:11 +0100
committerYorhel <git@yorhel.nl>2020-12-03 20:50:11 +0100
commitc197f8d002271fddf41e73bfc82d8886cc375e33 (patch)
tree27659f42e3c854b3d1328fd12de9d5bebc7faab2 /data
parent5020d2c454dcb370fe950ec9b3cdb9373446e71d (diff)
CSS/homepage: Fix underlining on mouse-hover links
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 4cf4be88..a2558598 100644
--- a/data/style.css
+++ b/data/style.css
@@ -348,7 +348,7 @@ li.announcement { margin-bottom: 3px; margin-top: 3px }
li.announcement a { font-weight: bold; font-size: 15px; color: $maintext$ }
.homepage > div { overflow: hidden }
.homepage li { display: flex; line-height: 1.2 }
-.homepage li span { white-space: nowrap; padding-right: 4px }
+.homepage li span { white-space: nowrap; padding-right: 4px; padding-bottom: 1px }
.homepage li span:first-child { overflow: hidden; text-overflow: ellipsis }