fix: green text is lighter and easier to read on night mode (#17514)
This commit is contained in:
committed by
mrugesh mohapatra
parent
154770f752
commit
1f9349c6b5
@ -925,6 +925,9 @@ strong {
|
|||||||
.black-text {
|
.black-text {
|
||||||
color:#111;
|
color:#111;
|
||||||
}
|
}
|
||||||
|
.green-text {
|
||||||
|
color: #8CCA33;
|
||||||
|
}
|
||||||
code {
|
code {
|
||||||
background-color: #242424;
|
background-color: #242424;
|
||||||
color: #02a902;
|
color: #02a902;
|
||||||
|
Reference in New Issue
Block a user