Fix typography in dark

This commit is contained in:
2020-12-13 19:37:08 +01:00
parent c6e6aaa41f
commit 8e89c954e9
19 changed files with 107 additions and 100 deletions

View File

@@ -12,9 +12,5 @@ img, svg {
}
.nuxt-content-editor {
@apply dark:bg-dark-200 border dark:border-white border-black border-solid;
}
.nuxt-content {
@apply dark:text-dark-700;
@apply dark:bg-dark-800 border dark:border-white border-black border-solid;
}