Working and fixing production bugs

This commit is contained in:
2021-08-25 12:28:57 +02:00
parent 5d5641b25a
commit 8732f7c117
9 changed files with 248 additions and 23 deletions

View File

@@ -14,10 +14,6 @@ body {
@apply dark:bg-black dark:text-white
}
* {
font-family: 'Raleway', sans-serif;
}
.nuxt-content-editor {
@apply dark:(bg-dark-800 text-white) border dark:border-white border-black border-solid;
}