We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca33a9c commit 6ad1467Copy full SHA for 6ad1467
themes/newsletter/templates/base.html
@@ -178,6 +178,45 @@
178
blockquote p {
179
white-space: pre-line;
180
}
181
+
182
+ @media (prefers-color-scheme: dark) {
183
+ body {
184
+ background: black;
185
+ color: white;
186
+ }
187
188
+ p {
189
190
191
192
+ td .row-header-01 {
193
194
195
196
+ .ExternalClass {
197
198
199
200
+ code {
201
+ color: #c7254e !important;
202
+ border: 1px solid #7f8c8d;
203
+ background-color: #ccd1d1;
204
205
206
+ h1,
207
+ h2 {
208
209
210
211
+ table .container {
212
+ border-color: black;
213
+ border-top-color: #ccc;
214
215
216
+ blockquote {
217
+ background-color: #3c3c3c;
218
219
220
</style>
221
</head>
222
0 commit comments