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; color:#111;
} }
code { code {
background-color: #999; background-color: #242424;
color: @brand-primary; color: #02a902;
} }
.fcc-footer { .fcc-footer {
a { a {