Switch over to WebAssembly, Rust and Yew #35

Merged
BlakeRain merged 87 commits from yew-static into main 2023-08-30 18:01:40 +00:00
Showing only changes of commit ee44ac3ad2 - Show all commits

View File

@ -23,7 +23,7 @@
@apply relative; @apply relative;
> a { > a {
@apply hidden absolute top-2 -left-8; @apply hidden absolute top-2.5 -left-10 pr-2;
@apply text-gray-500 dark:text-gray-400; @apply text-gray-500 dark:text-gray-400;
@apply hover:text-gray-400 dark:hover:text-gray-300; @apply hover:text-gray-400 dark:hover:text-gray-300;
@ -34,6 +34,10 @@
} }
} }
h2.with-anchor > a {
@apply top-1.5;
}
h1, h1,
h2, h2,
h3, h3,