iOS theme: Links in quotes now blue (not white) for visibility (#2435)
This commit is contained in:
parent
6dd93271d9
commit
7cebeb20f5
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue