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 46359b4c9a - Show all commits

View File

@ -72,11 +72,15 @@ input.checkbox:checked ~ .drawer,
align-items: center;
border-radius: 0.5rem;
width: 12rem;
--drawer-drop-color: gray;
box-shadow: 0 0.25rem 0.5rem 0 var(--drawer-drop-color);
}
html.dark .drawer {
--drawer-bg: #222;
--drawer-border-bg: darkslategray;
--drawer-drop-color: black;
}
.drawer::before {