mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-24 00:40:32 +01:00
Implement nuxt-content
This commit is contained in:
@@ -11,3 +11,15 @@ img, svg {
|
||||
@apply select-none outline-none;
|
||||
}
|
||||
|
||||
.nuxt-content {
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
@apply text-black dark:text-white
|
||||
}
|
||||
|
||||
p {
|
||||
@apply text-gray-900 dark:text-gray-900;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user