fix some detail + BackUp tailwind.config.js

This commit is contained in:
2020-12-13 16:43:48 +01:00
parent a9fe72a950
commit 34c6618398
8 changed files with 212 additions and 35 deletions

View File

@@ -10,3 +10,11 @@ img, svg {
* {
@apply select-none outline-none;
}
.nuxt-content-editor {
@apply dark:bg-dark-200 border dark:border-white border-black border-solid;
}
.nuxt-content {
@apply dark:text-dark-700;
}