Skip to content

Commit ffe3fda

Browse files
committed
Fix light background in docusaurus night mode
Closes facebook#7930
1 parent 2de57fe commit ffe3fda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docusaurus/website/src/pages/styles.module.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242

4343
.lightBackground {
4444
background-color: #f7f7f7;
45-
color: rgb(31, 34, 39);
45+
}
46+
47+
html[data-theme='dark'] .lightBackground {
48+
background-color: #33363b;
4649
}

0 commit comments

Comments
 (0)