Skip to content

Commit a97bb8b

Browse files
authored
cross-post compressor blogpost (#44)
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent ccaf87d commit a97bb8b

File tree

3 files changed

+264
-11
lines changed

3 files changed

+264
-11
lines changed

bun.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/globals.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ body {
9090
border-left-color: var(--color-spiral-grey-dark);
9191
}
9292

93+
.prose.prose-grey blockquote p::before,
94+
.prose.prose-grey blockquote p::after {
95+
content: none;
96+
}
97+
9398
/* Custom prose styles for blog content */
9499
@layer components {
95100
.prose-grey {
@@ -162,4 +167,5 @@ body {
162167
.prose-grey blockquote {
163168
@apply border-l-spiral-blue text-grey italic;
164169
}
170+
165171
}

0 commit comments

Comments
 (0)