We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7bd5f commit c41406cCopy full SHA for c41406c
css/writings.css
@@ -154,6 +154,10 @@ img.avatar {
154
width: 100%;
155
}
156
157
+.site-header svg {
158
+ fill: var(--color-text);
159
+}
160
+
161
.site-logo {
162
display: block;
163
@@ -269,3 +273,22 @@ figure.wide picture img {
269
273
width: unset;
270
274
max-width: 100%;
271
275
276
277
+@media (prefers-color-scheme: dark) {
278
+ :root {
279
+ --color-text: hsl(0, 0%, 88%);
280
+ --color-bg: hsl(0, 0%, 10%);
281
+ --color-accent: hsl(0, 0%, 75%);
282
+ --color-accent-hover: hsl(146, 24%, 55%);
283
+ --color-code-bg: hsl(240, 10%, 18%);
284
+ }
285
286
+ .post-meta {
287
+ color: hsl(0, 0%, 62%);
288
289
290
+ hr:before,
291
+ hr.end:before {
292
+ filter: invert(1);
293
294
0 commit comments