diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-05-04 10:48:45 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-05-04 10:49:05 -0400 |
| commit | 60550de93e761d5ea4956f504d0b18680ce137cd (patch) | |
| tree | 00b96765f2eb5c100c0626cddb3cc05265c1b5bc /public | |
| parent | b2748a5c55255014d5d5ea02fec38c4125e08e25 (diff) | |
| download | freeso-discord-auth-60550de93e761d5ea4956f504d0b18680ce137cd.tar.gz freeso-discord-auth-60550de93e761d5ea4956f504d0b18680ce137cd.tar.bz2 freeso-discord-auth-60550de93e761d5ea4956f504d0b18680ce137cd.zip | |
Docker support; Logout button
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index 1472a8c..fcf210f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -127,6 +127,7 @@ input[type=password] { button { background-color: #00633a; + font-size: 1em; color: white; padding: 14px 20px; margin: 8px 0; @@ -136,6 +137,14 @@ button { transition: 0.2s; } +button:hover { + background-color: #008c4a; +} + +button:active { + background-color: #008c4a; +} + .error { color: #f88c8c; font-size: 1.5em; |
