summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflofriday <flohacksfriday@gmail.com>2024-06-23 14:13:22 +0200
committerGitHub <noreply@github.com>2024-06-23 14:13:22 +0200
commit52117f35ac94b05d612fd402d47a76fbe4ce9c68 (patch)
tree12203239bd0e77e257c07c729ba0c05730c2c835
parentda5972a3fd3fdddb0e3882886792bbc1183a332c (diff)
downloadAntennaPod-52117f35ac94b05d612fd402d47a76fbe4ce9c68.zip
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.
-rw-r--r--app/src/main/assets/shownotes-style.css1
1 files changed, 0 insertions, 1 deletions
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;
}