Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
NEW Change link and code text colours for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
sachajudd committed Aug 27, 2017
1 parent a10cdd3 commit 9155ca8
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/*! links */
a {
color: #808c8d;
color: #0071c4;
text-decoration: none;
}

Expand Down Expand Up @@ -223,21 +223,23 @@ pre {

pre code {
/* reset block styles */
font-size: 1em;
font-size: 1em;
line-height: 1.5em;
}

code {
code {
/* inline styles, fit with non-code text */
font-size: 13px;
line-height: 15px;
font-family: Monaco, 'Bitstream Vera Sans Mono', Courier, monospace;
background: #f3f6f6;
padding: 2px;
}

code a {
color: #4E5661;
font-family: Monaco, 'Bitstream Vera Sans Mono', Courier, monospace;
background: #f0f4f4;
color: #ed135a;
padding: 2px;
}

code a {
color: #ed135a;
text-decoration: underline;
}

/*! quotes */
Expand Down

0 comments on commit 9155ca8

Please sign in to comment.