From 5cdbde6ceec40d019e63db6a4c651dc084a2c1b5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 18:23:40 +0300 Subject: [PATCH] change-fonts.user.css: underline links --- web-browsers/usercss/change-fonts.user.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web-browsers/usercss/change-fonts.user.css b/web-browsers/usercss/change-fonts.user.css index d97ea91..e8fbcad 100644 --- a/web-browsers/usercss/change-fonts.user.css +++ b/web-browsers/usercss/change-fonts.user.css @@ -2,7 +2,7 @@ @name Change Fonts @updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/change-fonts.user.css @namespace eu.aminda -@version 2024.22.4 +@version 2024.22.5 @var select FontSet "Font Set" { "System": "system-ui", "Serif": "ui-serif, Liberation Serif, Tinos, Times New Roman, serif", @@ -32,3 +32,9 @@ pre { fomt-family: var(--a-monospace-fonts) !important; } } + +/* I have Firefox always underlining links and not seeing it on Android etc. +bothers me.*/ +a { + text-decoration: underline !important; +}