mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
chore: maintenance
This commit is contained in:
@ -3,11 +3,11 @@
|
||||
@tailwind utilities;
|
||||
|
||||
#__next {
|
||||
@apply flex flex-col h-screen;
|
||||
@apply flex h-screen flex-col;
|
||||
}
|
||||
|
||||
.prose {
|
||||
@apply text-gray dark:text-gray-dark !max-w-4xl;
|
||||
@apply !max-w-4xl text-gray dark:text-gray-300;
|
||||
}
|
||||
|
||||
.prose a,
|
||||
@ -20,7 +20,7 @@
|
||||
.prose h4,
|
||||
.prose h5,
|
||||
.prose h6 {
|
||||
@apply text-gray dark:text-gray-dark mt-1;
|
||||
@apply mt-1 text-gray dark:text-gray-dark;
|
||||
}
|
||||
|
||||
.prose code {
|
||||
|
Reference in New Issue
Block a user