added LESS rule for <dfn> tag in nightmode

This commit is contained in:
Peter Weinberg
2017-01-14 19:14:30 -05:00
parent d6c76bde8a
commit 54c4f99066

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%;
}
}