automated commit by submit50

This commit is contained in:
kukemuna 2024-04-21 23:00:06 +03:00
parent b134d65144
commit e4d8076fd7
1 changed files with 6 additions and 4 deletions

View File

@ -42,7 +42,8 @@ h1 {
font-size: 48px;
}
button, input[type="submit"] {
button,
input[type="submit"] {
background-color: #d9edff;
border: 1px solid transparent;
border-radius: 0.25rem;
@ -55,12 +56,14 @@ button, input[type="submit"] {
vertical-align: middle;
}
input[type="text"], input[type="number"] {
input[type="text"],
input[type="number"] {
line-height: 1.8;
width: 25%;
}
input[type="text"]:hover, input[type="number"]:hover {
input[type="text"]:hover,
input[type="number"]:hover {
background-color: #f5f5f5;
transition: color 2s ease-in-out, background-color 0.15s ease-in-out;
}
@ -80,4 +83,3 @@ table td {
tbody tr:nth-of-type(odd) {
background-color: rgb(179, 208, 255, 0.3)
}