fix some detail

This commit is contained in:
2020-12-12 16:39:29 +01:00
parent ebe7b2eae3
commit a9fe72a950
6 changed files with 22 additions and 26 deletions

View File

@@ -10,16 +10,3 @@ 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;
}
}