mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: update environment setup scripts and enhance animation styles
This commit is contained in:
parent
dc30310cfe
commit
c68606ffbe
6 changed files with 30 additions and 10 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue