@@ -63,6 +63,10 @@ body[data-theme="dark"] {
63
63
background-color : black;
64
64
}
65
65
66
+ .jupyter_container .highlight {
67
+ background-color : black;
68
+ }
69
+
66
70
.thebelab-button {
67
71
color : # d0d0d0 ;
68
72
background-color : # 383838 ;
@@ -92,39 +96,43 @@ body[data-theme="dark"] {
92
96
}
93
97
94
98
@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
- }
99
+ body [data-theme = "auto" ] { /* the same styles with body[data-theme="dark"] */
100
+ .jupyter_container {
101
+ color : white;
102
+ background-color : black;
103
+ }
104
+
105
+ .jupyter_container .highlight {
106
+ background-color : black;
107
+ }
108
+
109
+ .thebelab-button {
110
+ color : # d0d0d0 ;
111
+ background-color : # 383838 ;
112
+ }
113
+
114
+ .thebelab-button : active {
115
+ color : # 368ce2 ;
116
+ }
117
+
118
+ # thebelab-activate-button {
119
+ background-color : # 383838 ;
120
+ }
121
+
122
+ # thebelab-activate-button : active {
123
+ color : # 368ce2 ;
124
+ }
125
+
126
+ .thebelab-cell .jp-OutputArea-output {
127
+ color : white;
128
+ background-color : black;
129
+ }
130
+
131
+ .thebelab-cell .jp-OutputArea-output pre {
132
+ color : white;
133
+ background-color : black;
127
134
}
135
+ }
128
136
}
129
137
130
138
0 commit comments