diff options
| author | Andrew Lee <andrew@alee14.me> | 2024-12-28 13:09:27 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2024-12-28 13:09:27 -0500 |
| commit | b2748a5c55255014d5d5ea02fec38c4125e08e25 (patch) | |
| tree | bd83292e4eb5be716ed32d92bf8d9e0fd2138616 /public/css/style.css | |
| parent | 39cbc8c286227eca935248ad9237d66fa6f45f6e (diff) | |
| download | freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.gz freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.bz2 freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.zip | |
Ability to change password; Sim time on dashboard
Diffstat (limited to 'public/css/style.css')
| -rw-r--r-- | public/css/style.css | 17 |
1 files changed, 11 insertions, 6 deletions
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; +} |
