From 7cebeb20f56bda849639e117a06b1ee6cb82152c Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 14 Jun 2018 15:18:08 -0700 Subject: [PATCH] iOS theme: Links in quotes now blue (not white) for visibility (#2435) --- stylesheets/_ios.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index 2ee3fecab..2f1a0b937 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -196,6 +196,9 @@ $ios-border-color: rgba(0, 0, 0, 0.1); // Without this smaller bottom padding, text beyond four lines still shows up! padding-bottom: 2px; color: black; + a { + color: $blue; + } } .author {