File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,42 @@ body[data-theme="dark"] {
91
91
}
92
92
}
93
93
94
+ @media (prefers-color-scheme : dark) {
95
+ body [data-theme = "auto" ] { /* the same styles with body[data-theme="dark"] */
96
+ .jupyter_container {
97
+ color : white;
98
+ background-color : black;
99
+ }
100
+
101
+ .thebelab-button {
102
+ color : # d0d0d0 ;
103
+ background-color : # 383838 ;
104
+ }
105
+
106
+ .thebelab-button : active {
107
+ color : # 368ce2 ;
108
+ }
109
+
110
+ # thebelab-activate-button {
111
+ background-color : # 383838 ;
112
+ }
113
+
114
+ # thebelab-activate-button : active {
115
+ color : # 368ce2 ;
116
+ }
117
+
118
+ .thebelab-cell .jp-OutputArea-output {
119
+ color : white;
120
+ background-color : black;
121
+ }
122
+
123
+ .thebelab-cell .jp-OutputArea-output pre {
124
+ color : white;
125
+ background-color : black;
126
+ }
127
+ }
128
+ }
129
+
94
130
95
131
96
132
You can’t perform that action at this time.
0 commit comments