button padding

This commit is contained in:
Lanta 2023-11-13 10:56:46 +01:00
parent 898a38f20e
commit e2764b5c2c

View file

@ -233,7 +233,7 @@ a {
background: #222; /* Dark background for buttons */
color: #33ff33; /* Bright green text */
border: 1px solid #33ff33; /* Border to match text color */
padding: 0px 0pxpx;
padding: 0px 0px 0px 0px;
text-transform: uppercase;
transition: background-color 0.3s ease, color 0.3s ease;
}