Merge pull request #12532 from no-stack-dub-sack/fix/nightmode-dfn-style

added LESS rule for <dfn> tag in  nightmode
This commit is contained in:
Timo
2017-01-15 15:09:15 +01:00
committed by GitHub

View File

@ -146,6 +146,10 @@
border-color: #515151;
color: #ABABAB
}
.challenge-instructions dfn {
background-color: #242424;
color: #02a902;
}
.CodeMirror {
background-color:#242424;
color:#ABABAB;
@ -223,4 +227,4 @@ iframe.iphone {
// YouTube embed
.embed-responsive-item {
max-width: 100%;
}
}