feat: update environment setup scripts and enhance animation styles

This commit is contained in:
yuanhau 2025-05-11 16:48:29 +08:00
parent dc30310cfe
commit c68606ffbe
6 changed files with 30 additions and 10 deletions

View file

@ -13,6 +13,12 @@
body {
font-family: "Noto Sans TC Variable", "Fira Sans", sans-serif;
}
.animate_fastest {
--animate-duration: 0.1s;
}
.animate_fast03 {
--animate-duration: 0.3s;
}
:root {
--background: bg-black;
--foreground: 0 0% 98%;