New blog thing.

This commit is contained in:
2025-12-10 15:23:23 +01:00
parent f5fdb74995
commit b5298be8a6
6 changed files with 96 additions and 9 deletions

View File

@@ -54,8 +54,7 @@
@apply ml-4;
}
.blog :global(blockquote) {
@apply border-gray-600 pl-4;
@apply border-l-4 'dark:border-gray-300';
@apply border-purple-700 pl-4 border-l-4;
}
.blog :global(pre) {
@apply overflow-x-auto;
@@ -101,8 +100,4 @@
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* Force dark mode as it is ignored. */
:global(.dark, blockquote.dark) {
@apply dark;
}
</style>