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

pull/17547/head
renojvarghese 2018-06-11 09:00:28 -04:00 committed by mrugesh mohapatra
parent 154770f752
commit 1f9349c6b5
1 changed files with 3 additions and 0 deletions

View File

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