This commit is contained in:
2025-08-04 11:12:48 +02:00
parent 83b7c8f14f
commit 0f5629e32b
6 changed files with 66 additions and 10 deletions

View File

@@ -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;
}
}