From 4ef853ef6cd649af12f0810b8c38911cd639e033 Mon Sep 17 00:00:00 2001 From: Ollie H Date: Wed, 3 May 2023 22:54:22 -0700 Subject: [PATCH] Remove text underline from lists (#574) --- bskyweb/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index d3d76ad0a9..dfeae02c73 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -69,6 +69,9 @@ a[role="link"]:hover { text-decoration: underline; } + a[role="link"][data-no-underline="1"]:hover { + text-decoration: none; + } /* Styling hacks */ *[data-word-wrap] {