This commit is contained in:
MacRimi
2025-02-15 12:56:14 +01:00
parent 09c84d4a3e
commit 3695a28b97
3 changed files with 22 additions and 105 deletions

View File

@@ -56,15 +56,15 @@
body {
@apply bg-background text-foreground;
}
hr {
@apply my-8 border-t border-gray-300;
}
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
/* Custom styles for code blocks */
.prose pre {
background-color: #f3f4f6;
color: #1f2937;
}
.prose code {
color: #1f2937;
}