diff --git a/data/style.css b/data/style.css index 347cdda..a0ff6ee 100644 --- a/data/style.css +++ b/data/style.css @@ -1,7 +1,7 @@ /*☆ this is so cleannnnnn ☆*/ body { margin: 25px; - background-color: #11111b; + background-color: #033F63; font-family: Verdana, sans-serif; font-size: 14px; } @@ -10,7 +10,7 @@ h1 { font-size: 35px; font-weight: normal; margin-top: 5px; - color: #cdd6f4; + color: #7C9885; text-align: center; } @@ -18,7 +18,7 @@ p { font-size: 20px; font-weight: normal; margin-top: 5px; - color: #cdd6f4; + color: #7C9885; text-align: center; } @@ -26,7 +26,7 @@ b { font-size: 20px; font-weight: normal; margin-top: 5px; - color: #cdd6f4; + color: #7C9885; text-align: center; } @@ -34,7 +34,7 @@ a { font-size: 20px; font-weight: normal; margin-top: 5px; - color: #89b4fa; + color: #B5B682; text-align: center; } @@ -42,14 +42,14 @@ button { background-color: #585b70; border-radius: 12px; border: none; - color: #89b4fa; + color: #7C9885; padding: 10px 28px; font-size: 20px; text-align: center; } button:hover { - box-shadow: 0 12px 16px 0 rgb(30, 30, 46), 0 17px 50px 0 rgb(30, 30, 46); /* this was copy and pasted from another site */ + 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 */ transform: scale(1.2) }