From b2748a5c55255014d5d5ea02fec38c4125e08e25 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 28 Dec 2024 13:09:27 -0500 Subject: Ability to change password; Sim time on dashboard --- public/css/style.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index a6c3ea8..1472a8c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,10 +1,10 @@ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); - + html, body { height: 100%; margin: 0; padding: 0; -} +} body { display: flex; @@ -34,7 +34,7 @@ a:active { display: inline-block; text-decoration: none; color: #fff; - background-color: #00633a; + background-color: #535353; padding: 10px 20px; border-radius: 5px; transition: 0.2s; @@ -43,12 +43,12 @@ a:active { } .button:hover { - background-color: #009959; + background-color: #8a8a8a; color: #fff; } .button:active { - background-color: #003620; + background-color: #454545; color: #fff; } @@ -139,4 +139,9 @@ button { .error { color: #f88c8c; font-size: 1.5em; -} \ No newline at end of file +} + +.success { + color: #a3f88c; + font-size: 1.5em; +} -- cgit v1.2.3