From 52117f35ac94b05d612fd402d47a76fbe4ce9c68 Mon Sep 17 00:00:00 2001 From: flofriday Date: Sun, 23 Jun 2024 14:13:22 +0200 Subject: [PATCH] Fix show notes link color (#7261) The problem has been described at length in #7139, but the links are now easier to distinguish from the other text, especially on dynamic themes. --- app/src/main/assets/shownotes-style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/assets/shownotes-style.css b/app/src/main/assets/shownotes-style.css index 01d13bc16..3fee798ca 100644 --- a/app/src/main/assets/shownotes-style.css +++ b/app/src/main/assets/shownotes-style.css @@ -4,7 +4,6 @@ } a { font-style: normal; - text-decoration: none; font-weight: normal; color: %s; }