Login page

Added color to inputs and button
This commit is contained in:
JWB 2022-12-13 17:04:42 -05:00 committed by GitHub
parent 09d304878a
commit 4ee2ecc175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
css/app-dark.css vendored
View File

@ -2,3 +2,13 @@
background-color: #292929 !important;
color: #FFFFFF !important;
}
button {
background-color: rgba(255,255,255,.2) !important;
}
button:hover {
background-color: rgba(255,255,255,.4) !important;
}
input{
border-color: #424242 !important;
background-color: rgba(0,0,0,.2) !important;
}