Merge pull request #11008 from hallaathrad/feature/night-mode

Better visibility for `<code>` in night mode
This commit is contained in:
Dylan
2016-10-03 10:27:18 -05:00
committed by GitHub

View File

@ -1084,8 +1084,8 @@ code {
color:#111;
}
code {
background-color: #999;
color: @brand-primary;
background-color: #242424;
color: #02a902;
}
.fcc-footer {
a {