Nuxt Content 3 migration #12

Merged
eggy merged 81 commits from js into master 2022-08-10 18:38:39 -04:00
Showing only changes of commit de40d01939 - Show all commits

View File

@ -66,7 +66,7 @@ const cssVars = {
} }
html.dark .container { html.dark .container {
border: 0.5rem solid v-bind(darkcolor); border: 0.5rem solid var(--darkcolor);
box-shadow: 0 0.1rem 0.5rem 0 black; box-shadow: 0 0.1rem 0.5rem 0 black;
} }
@ -81,7 +81,7 @@ html.dark .container {
} }
html.dark .title { html.dark .title {
background: var(--dark-color); background: var(--darkcolor);
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {