added some extra formatting

This commit is contained in:
MaxRobinsonTheGreat
2022-01-22 12:40:02 -06:00
parent 9a90d70393
commit 934dd62e24

5
dist/css/style.css vendored
View File

@@ -89,12 +89,15 @@ button:active{
}
input,select {
border-radius: 8px;
border-radius: 5px;
border: 2px solid #9099c2;
padding: 2px;
background-color: white;
outline: none;
}
input {
max-width: 100px;
}
input:hover,input:active {
background-color: rgb(250,250,250);
}