Fix: 404 page quote in Night Mode

This commit is contained in:
Jrom
2018-07-16 10:14:59 +08:00
committed by Mrugesh Mohapatra
parent f18e0079ed
commit 4b6f915798

View File

@ -782,3 +782,11 @@ code[class*="language-"],pre[class*="language-"] {
.night blockquote, .night .challenge-instructions blockquote { .night blockquote, .night .challenge-instructions blockquote {
color: #00bfb0; color: #00bfb0;
} }
.night .notfound-page-wrapper .quote-wrapper {
background-color: #222;
}
.night .notfound-page-wrapper .btn-curriculum {
color: #292f33;
}