NEW Change link and code text colours for readability

This commit is contained in:
Sacha Judd 2017-08-28 11:26:44 +12:00
parent a10cdd35f7
commit 9155ca8c85
1 changed files with 12 additions and 10 deletions

View File

@ -13,7 +13,7 @@
/*! links */
a {
color: #808c8d;
color: #0071c4;
text-decoration: none;
}
@ -232,12 +232,14 @@ code {
font-size: 13px;
line-height: 15px;
font-family: Monaco, 'Bitstream Vera Sans Mono', Courier, monospace;
background: #f3f6f6;
background: #f0f4f4;
color: #ed135a;
padding: 2px;
}
code a {
color: #4E5661;
color: #ed135a;
text-decoration: underline;
}
/*! quotes */