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:
@ -146,6 +146,10 @@
|
|||||||
border-color: #515151;
|
border-color: #515151;
|
||||||
color: #ABABAB
|
color: #ABABAB
|
||||||
}
|
}
|
||||||
|
.challenge-instructions dfn {
|
||||||
|
background-color: #242424;
|
||||||
|
color: #02a902;
|
||||||
|
}
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
background-color:#242424;
|
background-color:#242424;
|
||||||
color:#ABABAB;
|
color:#ABABAB;
|
||||||
@ -223,4 +227,4 @@ iframe.iphone {
|
|||||||
// YouTube embed
|
// YouTube embed
|
||||||
.embed-responsive-item {
|
.embed-responsive-item {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user