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 235cc64bc9 - Show all commits

View File

@ -14,7 +14,8 @@ html {
background: white; background: white;
color: black; color: black;
transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease;
overflow: scroll; overflow-x: hidden;
overflow-y: scroll;
} }
html.dark { html.dark {