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;
|
||||
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%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user