diff --git a/static/css/login-style.css b/static/css/login-style.css index 93b8e83..f015d71 100644 --- a/static/css/login-style.css +++ b/static/css/login-style.css @@ -8,7 +8,7 @@ } body { - background: linear-gradient(90deg, #C7C5F4, #776BCC); + background: linear-gradient(90deg, #0066cc, #33ccff); overflow: hidden; } @@ -137,6 +137,9 @@ body { cursor: pointer; transition: .2s; } +.login__submit:hover { + background: #96dcf3; +} .login__submit:active, .login__submit:focus, @@ -192,4 +195,13 @@ body { .logo{ width: 64px; +} + +.login-footer{ + padding: 4px; + margin-top: -21px; + container-type: inline-size; + color: #000; + font-size: 12px; + font-family: serif; } \ No newline at end of file diff --git a/views/login.ejs b/views/login.ejs index 1fe23ca..4c3eb22 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -3,6 +3,20 @@ + + + + + + + + + + + + + + Login @@ -15,13 +29,10 @@

Terminal Diagnostic Helper

- v1.0.0 +
- - -
<% if (message) { %>
<%= message %>
@@ -43,7 +54,7 @@
+ +