Skip to content

Commit

Permalink
fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 2, 2024
1 parent dbf94ed commit ee14eb4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/editor/src/lib/Editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@
grid-template-columns: 4rem 1fr;
grid-gap: 1rem;
padding: 0.4rem 0;
font: var(--sk-font-mono);
}
.fake * {
color: #ccc;
color: var(--sk-fg-4);
font: var(--sk-font-mono);
}
.fake-gutter {
Expand All @@ -121,10 +121,4 @@
.fake-content {
padding: 0 1rem;
}
@media (prefers-color-scheme: dark) {
.fake * {
color: #666;
}
}
</style>

0 comments on commit ee14eb4

Please sign in to comment.