Fix deprecation link colors

This commit is contained in:
Ben Ogle 2014-11-26 14:54:49 -08:00
parent e2813b4dd9
commit 48f714d5fb

View File

@ -140,6 +140,10 @@ body {
color: darken(#f0ad4e, 20%);
line-height: 1.4;
a {
color: darken(#f0ad4e, 15%);
}
code {
color: darken(#f0ad4e, 20%);
background: lighten(#f0ad4e, 35%);