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