diff options
author | flofriday <flohacksfriday@gmail.com> | 2024-06-23 14:13:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 14:13:22 +0200 |
commit | 52117f35ac94b05d612fd402d47a76fbe4ce9c68 (patch) | |
tree | 12203239bd0e77e257c07c729ba0c05730c2c835 | |
parent | da5972a3fd3fdddb0e3882886792bbc1183a332c (diff) | |
download | AntennaPod-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.css | 1 |
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; } |