From 7e5424d0cb279e0d90a00120cdf62a8cb12a2cd4 Mon Sep 17 00:00:00 2001
From: Phan Huy Tran
Date: Thu, 13 Feb 2025 12:33:30 +0100
Subject: [PATCH] chore: remove unused css
---
frontend/src/styles.css | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/frontend/src/styles.css b/frontend/src/styles.css
index 39160ef..12c08a1 100644
--- a/frontend/src/styles.css
+++ b/frontend/src/styles.css
@@ -11,15 +11,6 @@ body {
@apply bg-deep-blue text-gray-100;
}
-html,
-body {
- height: 100%;
-}
-body {
- margin: 0;
- font-family: Roboto, 'Helvetica Neue', sans-serif;
-}
-
.mat-mdc-dialog-container {
--mdc-dialog-container-color: var(--color-deep-blue-light) !important;
--mdc-dialog-subhead-color: #ffffff !important;
--
2.47.2