Skip to content

Commit 01f2b67

Browse files
Fixed incorrect text color issue in dark mode
1 parent 36e886a commit 01f2b67

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,14 +2257,6 @@ html.dark-mode .gh-content :not(pre) > code {
22572257
color: #fff;
22582258
}
22592259

2260-
html.dark-mode .gh-content strong {
2261-
color: #fff;
2262-
}
2263-
2264-
html.dark-mode .gh-content em {
2265-
color: #fff;
2266-
}
2267-
22682260
html.dark-mode .gh-content code {
22692261
color: #fff;
22702262
background: #000;
@@ -2459,14 +2451,6 @@ html.dark-mode .footer-cta-title {
24592451
color: #fff;
24602452
}
24612453

2462-
html.auto-color .gh-content strong {
2463-
color: #fff;
2464-
}
2465-
2466-
html.auto-color .gh-content em {
2467-
color: #fff;
2468-
}
2469-
24702454
html.auto-color .gh-content code {
24712455
color: #fff;
24722456
background: #000;

0 commit comments

Comments
 (0)