diff --git a/frontend/src/app.html b/frontend/src/app.html
index 05b6c02..7a80319 100644
--- a/frontend/src/app.html
+++ b/frontend/src/app.html
@@ -1,75 +1,79 @@
-
-
-
-
-
-
+ %sveltekit.head%
+
- body.dark-mode .input,
- body.dark-mode .textarea {
- --bulma-input-background-color: #2b2b2b;
- --bulma-input-color: #e6e6e6;
- --bulma-input-border-color: #4a4a4a;
- }
+
+ %sveltekit.body%
+
- body.dark-mode .box {
- --bulma-box-background-color: #2b2b2b;
- --bulma-box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.3);
- }
-
- body.dark-mode .card {
- --bulma-card-background-color: #2b2b2b;
- --bulma-card-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.3);
- }
-
- body.dark-mode .notification.is-info {
- --bulma-notification-background-color: #1d4ed8;
- --bulma-notification-color: #e6e6e6;
- }
-
- body.dark-mode .notification.is-danger {
- --bulma-notification-background-color: #dc2626;
- --bulma-notification-color: #e6e6e6;
- }
-
- /* Responsive adjustments */
- @media (max-width: 768px) {
- .section {
- padding: 1.5rem 1rem;
- }
-
- .textarea {
- min-height: 200px;
- }
- }
-
- %sveltekit.head%
-
-
-
- %sveltekit.body%
-
-