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 ef15172284 - Show all commits

View File

@ -12,10 +12,11 @@ pub fn goto_top() -> Html {
"cursor-pointer", "cursor-pointer",
"py-4", "py-4",
"px-8", "px-8",
"border", "rounded-xl",
"border-primary-dark", "bg-primary",
"bg-primary-dark", "opacity-25",
"hover:bg-primary", "hover:opacity-100",
"text-white",
"fixed", "fixed",
"bottom-8", "bottom-8",
"right-8", "right-8",