Skip to content

Commit a5acfe5

Browse files
committed
fix: remove unused css
1 parent 109839e commit a5acfe5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/assets/main.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
--bg-subtle: var(--bg-subtle-color, oklch(0.198 0 0));
1313
--bg-muted: var(--bg-muted-color, oklch(0.236 0 0));
1414
--bg-elevated: var(--bg-elevated-color, oklch(0.266 0 0));
15-
--bg-blog: oklch(0.195 0 0);
1615

1716
/* text colors */
1817
--fg: oklch(0.982 0 0);
@@ -346,11 +345,3 @@ html:has(dialog:modal) {
346345
overflow: hidden;
347346
scrollbar-gutter: stable;
348347
}
349-
350-
/* Blog post Markdown wrapper styles */
351-
.blog-post img {
352-
display: block;
353-
max-width: 100%;
354-
height: auto;
355-
border-radius: 0.5rem; /* matches rounded-lg */
356-
}

0 commit comments

Comments
 (0)