From 68f4fd50fce3b57340fd3046edef42810fd52d0c Mon Sep 17 00:00:00 2001
From: Avanish Singh <79073722+aaviix@users.noreply.github.com>
Date: Thu, 16 Nov 2023 16:15:31 +0100
Subject: [PATCH] index.css

---
 frontend-react/src/index.css | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

diff --git a/frontend-react/src/index.css b/frontend-react/src/index.css
index 8432f10..9d7cf0d 100644
--- a/frontend-react/src/index.css
+++ b/frontend-react/src/index.css
@@ -1,22 +1,10 @@
-.bd-placeholder-img {
-    font-size: 1.125rem;
-    text-anchor: middle;
-    -webkit-user-select: none;
-    -moz-user-select: none;
-    user-select: none;
-}
-
-@media (min-width: 768px) {
-    .bd-placeholder-img-lg {
-        font-size: 3.5rem;
-    }
-}
-
 body {
-    background-color: #edeff2;
-    font-family: "Calibri", "Roboto", sans-serif;
+    margin: 0;
+    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+    -webkit-font-smoothing: antialiased;
+    -moz-osx-font-smoothing: grayscale;
 }
 
-#chatbot {
-    position: relative;
-}
\ No newline at end of file
+code {
+    font-family: 'Courier New', Courier, monospace;
+}
-- 
GitLab