changing blockquote and .token colors to #00bfb0

This commit is contained in:
Renoj Varghese
2018-07-01 10:31:34 -04:00
committed by Mrugesh Mohapatra
parent c5777e3d86
commit ff0774d748

View File

@ -896,5 +896,5 @@ code[class*="language-"],pre[class*="language-"] {
border: 1px solid #111;
}
.night blockquote, .night .challenge-instructions blockquote, .night .token.property, .night .token.tag, .night .token.boolean, .night .token.number, .night .token.constant, .night .token.symbol, .night .token.deleted {
color: #f55764;
color: #00bfb0;
}