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:
parent
2ecbfd551b
commit
bb2b66e869
|
@ -180,6 +180,7 @@ header .header {
|
|||
border: 0;
|
||||
color: #b1d631;
|
||||
font-size: 14px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue