From 43e7bf008111cef94c1d64452492454edd60698d Mon Sep 17 00:00:00 2001 From: tay Date: Tue, 15 Oct 2024 04:52:17 -0400 Subject: [PATCH] Font 1 --- static/assets/css/style.css | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/static/assets/css/style.css b/static/assets/css/style.css index aca466e..7f024b7 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -43,7 +43,7 @@ body { @import url("https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap"); body { - font-family: sans-serif; + font-family: "Vujahday Script", cursive; /* Use only Vujahday Script */ font-size: 18px; font-weight: 360; color: #888; @@ -55,34 +55,11 @@ body { } body.dark-mode { - font-family: "Vujahday Script", cursive; - font-size: 18px; - font-weight: 360; - color: #888; - line-height: 30px; - text-align: center; background-size: cover; background-color: #36454f; background-image: url("../imgs/backgrounds/vecteezy_abstract-purple-gradient-texture-with-geometric-elements_7355486.jpg"); } -body.custom-font { - font-family: "Vujahday Script", cursive; -} - -.font-toggle-button { - padding: 10px 20px; - border: none; - background-color: #007bff; - color: white; - cursor: pointer; - transition: background-color 0.3s; -} - -.font-toggle-button:hover { - background-color: #0056b3; -} - body.dark-mode a { color: #80b3ff; } @@ -388,11 +365,9 @@ section:hover { /* Button hover effect */ .enter-button:hover { - background-color: #c4a1e1; /* Slightly darker shade for hover */ + background-color: #c4a1e1; /* Slightly darker shade for hover */ } - - @media (max-width: 768px) { body { font-size: 14px;