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

View File

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