8,960
edits
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
border: none; | border: none; | ||
transition: background-color 0.3s ease; | transition: background-color 0.3s ease; | ||
list-style: none; | |||
} | } | ||
.button-custom:hover { | .button-custom:hover { | ||
background-color: #2D2D2D; | background-color: #2D2D2D; | ||
} | |||
.button-container { | |||
list-style: none; | |||
padding: 0; | |||
margin: 0; | |||
} | } | ||