Update requirements and enhance CSS styles

- Added new dependencies to requirements.txt: psycopg2-binary, pandas, and dotenv for improved functionality.
- Enhanced main.css by adding 'scroll-smooth' to the html element for better scrolling experience.
This commit is contained in:
yuanhau 2025-05-11 09:39:21 +08:00
parent 666f6ac38b
commit edf10adf5a
12 changed files with 390 additions and 678 deletions

View file

@ -4,7 +4,7 @@
@layer base {
html {
@apply bg-black;
@apply bg-black scroll-smooth;
}
body {
@apply bg-black m-0 p-0 min-h-screen text-white;