Skip to content

Commit 2f2b5e2

Browse files
Prevent white text in slate viewer in dark theme
1 parent ce3f1a3 commit 2f2b5e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
44
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
55
*/
6+
7+
.rootStyle {
8+
/* to prevent text color becoming white if dark theme is enabled in JupyterLab */
9+
color: initial;
10+
}

0 commit comments

Comments
 (0)