From 597f1f4adcfcf7ff3322746aed2dd30826b5d6ad Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 11 Sep 2019 04:02:52 -0500 Subject: [PATCH] Made unread indicator and article links slightly brighter --- .../timelineUnreadCircleColor.colorset/Contents.json | 6 +++--- iOS/Resources/styleSheet.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iOS/Resources/Assets.xcassets/timelineUnreadCircleColor.colorset/Contents.json b/iOS/Resources/Assets.xcassets/timelineUnreadCircleColor.colorset/Contents.json index 728894ebe..2580a0200 100644 --- a/iOS/Resources/Assets.xcassets/timelineUnreadCircleColor.colorset/Contents.json +++ b/iOS/Resources/Assets.xcassets/timelineUnreadCircleColor.colorset/Contents.json @@ -9,10 +9,10 @@ "color" : { "color-space" : "srgb", "components" : { - "red" : "111", + "red" : "82", "alpha" : "1.000", - "blue" : "250", - "green" : "175" + "blue" : "205", + "green" : "133" } } } diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 2229c4834..eef49dfab 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -45,7 +45,7 @@ a:hover { @media(prefers-color-scheme: dark) { :root { - --link-color: #4490e2; + --link-color: #8CBFFA; --header-table-border-color: rgba(255, 255, 255, 0.1); --header-color: #d2d2d2; --header-link-color: #4490e2;