blog draft blackwell -- 2
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 27s

This commit is contained in:
Akshay Kolli
2026-02-27 22:50:06 -05:00
parent 19d0ad59a0
commit c4fa3976f9
2 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,13 @@
@import "tailwindcss";
@plugin "@tailwindcss/typography";
/* Getting rid of backticks in code blocks in blogs */
.prose code::before,
.prose code::after {
content: "" !important;
}
@theme {
--font-sans: var(--font-inter);
--color-zinc-50: #fafafa;