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

Better visibility for `<code>` in night mode
pull/11042/head
Dylan 2016-10-03 10:27:18 -05:00 committed by GitHub
commit 9281013b91
1 changed files with 2 additions and 2 deletions

View File

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