Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a35e0ea

Browse files
author
Rich Harris
committedMar 14, 2023
style tweak
1 parent c1e1e58 commit a35e0ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/routes/tutorial/[slug]/Editor.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,10 @@
214214
.fake-content {
215215
padding: 0 1rem;
216216
}
217+
218+
@media (prefers-color-scheme: dark) {
219+
.fake * {
220+
color: #666;
221+
}
222+
}
217223
</style>

0 commit comments

Comments
 (0)
Please sign in to comment.