button padding
This commit is contained in:
parent
898a38f20e
commit
e2764b5c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ a {
|
||||||
background: #222; /* Dark background for buttons */
|
background: #222; /* Dark background for buttons */
|
||||||
color: #33ff33; /* Bright green text */
|
color: #33ff33; /* Bright green text */
|
||||||
border: 1px solid #33ff33; /* Border to match text color */
|
border: 1px solid #33ff33; /* Border to match text color */
|
||||||
padding: 0px 0pxpx;
|
padding: 0px 0px 0px 0px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: background-color 0.3s ease, color 0.3s ease;
|
transition: background-color 0.3s ease, color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue