Superhero blue inputs

This commit is contained in:
Anthony Di Iorio
2020-12-23 02:31:53 -05:00
parent d8f289b83a
commit 8df6587cda

View File

@@ -66,6 +66,6 @@ path.grid-worked {
.form-control:focus,
.form-control:disabled,
.custom-select {
background-color: rgba(20,20,20,.25);
background-color: rgba(20, 41, 62, 0.6);
color: #fff;
}