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 109839e commit a5acfe5Copy full SHA for a5acfe5
app/assets/main.css
@@ -12,7 +12,6 @@
12
--bg-subtle: var(--bg-subtle-color, oklch(0.198 0 0));
13
--bg-muted: var(--bg-muted-color, oklch(0.236 0 0));
14
--bg-elevated: var(--bg-elevated-color, oklch(0.266 0 0));
15
- --bg-blog: oklch(0.195 0 0);
16
17
/* text colors */
18
--fg: oklch(0.982 0 0);
@@ -346,11 +345,3 @@ html:has(dialog:modal) {
346
345
overflow: hidden;
347
scrollbar-gutter: stable;
348
}
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