From 87b6c9b56b8bf187f2d5f353ac08ab6f34e2d5a6 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Wed, 11 Feb 2026 19:55:27 -0500 Subject: [PATCH] style --- frontend/src/pages/Home.tsx | 8 ++++++-- frontend/src/styles/index.css | 12 +++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index f7a4444..864addb 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -3,8 +3,12 @@ import Stickies from '../components/stickies'; const Home = () => { return (
-

kohngrüti

- +
+

kohngrüti

+
+
+ +
); }; diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css index 3bf9a7c..f25f4b7 100644 --- a/frontend/src/styles/index.css +++ b/frontend/src/styles/index.css @@ -56,12 +56,18 @@ button:disabled { cursor: not-allowed; } +.main-head-box { + border-radius: 8px; + border: 1px solid #6dd6f4; + background-color: rgb(92, 0, 91); + display: flex; +} .mainHead { - font-size: 4rem; - color: #fff; + font-size: 5rem; + color: #6dd6f4; margin: 2px 0px 24px 0px; font-family: "Sulphur Point", sans-serif; - font-weight: 300; + font-weight: 500; letter-spacing: 3px; text-decoration: underline; }