From 3188a80d25b4515955d659a601212cd6e3a8232a Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 11 Aug 2020 10:32:54 -0500 Subject: [PATCH] Remove CSS rule that was interfering with Newsfoot styling --- Mac/MainWindow/Detail/styleSheet.css | 2 +- iOS/Resources/styleSheet.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index 340a481d9..5f348110f 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -24,7 +24,7 @@ body { } } -body a, body a:link, body a:visited { +body a, body a:visited { color: var(--accent-color); } body .header a:link, body .header a:visited { diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 98e09e971..bf5f31391 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -27,7 +27,7 @@ body { } } -body a, body a:link, body a:visited { +body a, body a:visited { color: var(--secondary-accent-color); } body .header {