fix: green text is lighter and easier to read on night mode (#17514)

This commit is contained in:
renojvarghese
2018-06-11 09:00:28 -04:00
committed by mrugesh mohapatra
parent 154770f752
commit 1f9349c6b5

View File

@ -925,6 +925,9 @@ strong {
.black-text {
color:#111;
}
.green-text {
color: #8CCA33;
}
code {
background-color: #242424;
color: #02a902;