From 0b91e45d9026ce3e4c7400c65c4e2bb5cd50f206 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone <8633216+AlexanderWhitestone@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:16:04 -0400 Subject: [PATCH] Polish UI design with sleeker components and vivid magical animations (#172) --- src/dashboard/templates/base.html | 107 ++++++++++- static/css/mission-control.css | 55 ++++-- static/style.css | 302 +++++++++++++++++++++++------- 3 files changed, 381 insertions(+), 83 deletions(-) diff --git a/src/dashboard/templates/base.html b/src/dashboard/templates/base.html index 928dd48..c7a82f8 100644 --- a/src/dashboard/templates/base.html +++ b/src/dashboard/templates/base.html @@ -13,8 +13,8 @@ - - + + {% block extra_styles %}{% endblock %}