mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-14 12:28:04 +00:00
Fixed incorrect text color issue in dark mode
This commit is contained in:
parent
36e886a668
commit
01f2b67810
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2257,14 +2257,6 @@ html.dark-mode .gh-content :not(pre) > code {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark-mode .gh-content strong {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.dark-mode .gh-content em {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.dark-mode .gh-content code {
|
html.dark-mode .gh-content code {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #000;
|
background: #000;
|
||||||
@ -2459,14 +2451,6 @@ html.dark-mode .footer-cta-title {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.auto-color .gh-content strong {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.auto-color .gh-content em {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.auto-color .gh-content code {
|
html.auto-color .gh-content code {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #000;
|
background: #000;
|
||||||
|
Loading…
Reference in New Issue
Block a user