diff --git a/frontend/css/style.css b/frontend/css/style.css index 5af80e9..6585bbb 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -2362,6 +2362,10 @@ tr:hover .action-cell { } } +.animate-up { + animation: fadeIn 0.4s ease-out; +} + /* ==================== Weekly Summary Styles ==================== */ .weekly-summary-header { display: flex; diff --git a/frontend/index.html b/frontend/index.html index 68c59aa..b7428c3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -322,7 +322,7 @@ -