From 3c96e9d25e95d72c8bfa509502c540e9f0cc944a Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 5 May 2022 11:08:28 +0200 Subject: [PATCH] minor with style --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index c1a931a6..bde85460 100644 --- a/assets/style.css +++ b/assets/style.css @@ -77,6 +77,7 @@ li { -webkit-box-orient: vertical; font-size: 1.1em !important; line-height: 1.2em !important; + text-decoration: none; } .event .body { @@ -89,7 +90,7 @@ li { text-overflow: ellipsis; } -.event .place a { +.event a { text-decoration: none; }