Update files

This commit is contained in:
Mohamed Boudra
2026-02-04 14:57:43 +07:00
parent cb2f8fd5d2
commit 426e24b344

View File

@@ -1,5 +1,13 @@
@import 'tailwindcss';
/* Inline code styling - applies to code elements not inside pre blocks */
:not(pre) > code {
background-color: var(--color-muted);
padding: 0.125rem 0.375rem;
border-radius: 0.25rem;
font-size: 0.875em;
}
@theme {
--font-serif: 'Playfair Display', serif;