Make <code> tags easier to read.

Increases the font-weight so that the light-green text on black
backgrounds stand out better, especially in inline code tags.
This commit is contained in:
Lyle Mantooth 2016-10-19 09:15:47 -04:00
parent 2ecbfd551b
commit bb2b66e869
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ header .header {
border: 0;
color: #b1d631;
font-size: 14px;
font-weight: bolder;
}
a {