From 606fda14c527790528a6f6f10da17ee3f04eda26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=86=20stargen=20=E2=98=86?= Date: Mon, 18 Nov 2024 09:38:29 -0600 Subject: [PATCH] Update style.css --- data/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/style.css b/data/style.css index a0ff6ee..3ff01e1 100644 --- a/data/style.css +++ b/data/style.css @@ -1,7 +1,7 @@ /*☆ this is so cleannnnnn ☆*/ body { margin: 25px; - background-color: #033F63; + background-color: #6A2C70; font-family: Verdana, sans-serif; font-size: 14px; } @@ -10,7 +10,7 @@ h1 { font-size: 35px; font-weight: normal; margin-top: 5px; - color: #7C9885; + color: #F9ED69; text-align: center; } @@ -18,7 +18,7 @@ p { font-size: 20px; font-weight: normal; margin-top: 5px; - color: #7C9885; + color: #F9ED69; text-align: center; } @@ -26,7 +26,7 @@ b { font-size: 20px; font-weight: normal; margin-top: 5px; - color: #7C9885; + color: #F9ED69; text-align: center; } @@ -34,22 +34,22 @@ a { font-size: 20px; font-weight: normal; margin-top: 5px; - color: #B5B682; + color: #F9ED69; text-align: center; } button { - background-color: #585b70; + background-color: #F08A5D; border-radius: 12px; border: none; - color: #7C9885; + color: #F9ED69; padding: 10px 28px; font-size: 20px; text-align: center; } button:hover { - box-shadow: 0 12px 16px 0 rgb(40,102,110), 0 17px 50px 0 rgb(40,102,110); /* this was copy and pasted from another site */ + box-shadow: 0 12px 16px 0 rgb(184,59,94), 0 17px 50px 0 rgb(184,59,94); /* this was copy and pasted from another site */ transform: scale(1.2) }