Browse Source

Button hover effect

pull/1/head
Luke Childs 6 years ago
parent
commit
9a9fd36c4e
  1. 4
      website/style.css

4
website/style.css

@ -126,6 +126,10 @@ body {
background-color: #52C752; background-color: #52C752;
cursor: pointer; cursor: pointer;
border-radius: 3px; border-radius: 3px;
transition: background-color 0.2s ease;
}
.regenerate-seed:hover {
background-color: #42a042;
} }
.description { .description {

Loading…
Cancel
Save