iOS theme: Links in quotes now blue (not white) for visibility (#2435)

pull/1/head
Scott Nonnenberg 7 years ago committed by GitHub
parent 6dd93271d9
commit 7cebeb20f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save