✨
This commit is contained in:
@@ -440,4 +440,28 @@
|
||||
.statHex {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #30da0c;
|
||||
color: black;
|
||||
border: black;
|
||||
|
||||
box-shadow: 0 0 20px #003300 inset;
|
||||
-webkit-box-shadow: 0 0 20px #003300 inset;
|
||||
-moz-box-shadow: 0 0 20px #003300 inset;
|
||||
-o-box-shadow: 0 0 20px #003300 inset;
|
||||
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-o-border-radius: 10px;
|
||||
|
||||
padding: 5px;
|
||||
margin: 15px 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user