Better visibility for <code> in night mode

This commit is contained in:
Hallaathrad
2016-09-30 23:46:12 -04:00
parent 7ae36e3dd4
commit f08ac78d99

View File

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