Style the select elements

This commit is contained in:
Oliver-Akins 2022-01-04 12:28:39 -07:00
parent 5a8a8425a8
commit 81ea8e5f9d

View file

@ -172,6 +172,22 @@ h3 {
margin-bottom: 5px; margin-bottom: 5px;
} }
select {
border-radius: 5px;
background: black;
color: white;
outline: none;
border-width: 2px;
border-style: solid;
border-color: transparent;
padding: 5px 7px;
width: 90%;
&:focus {
border-color: #00aa00;
}
}
.spaceship-icon { .spaceship-icon {
/* /*
Smaller version: 55px Smaller version: 55px