Dark themed inputs

This commit is contained in:
Robert Long
2021-08-20 16:36:41 -07:00
parent 43c0ed193e
commit b45eacec28
5 changed files with 21 additions and 17 deletions

View File

@@ -14,7 +14,7 @@
width: auto;
max-width: none;
padding: 12px;
background-color: rgba(33,38,44,.9);
background-color: #21262c;
border-radius: 8px;
margin-bottom: 20px;
}
@@ -33,11 +33,11 @@
}
.modal {
color: #232f32;
color: white;
border-radius: 8px;
padding: 25px 60px;
max-width: 400px;
background-color: white;
background-color: #21262c;
flex: 1;
margin-bottom: 20px;
}