From dc3503774060dbbd073b0b31e061f369a95d86f8 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 55a54b931..2caaa30eb 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); } 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 {