Browse Source

Style regen button

pull/1/head
Luke Childs 6 years ago
parent
commit
92f377b9b3
  1. 14
      website/style.css

14
website/style.css

@ -20,10 +20,10 @@ body {
.generator {
padding: 1em 0;
background: #fdebbe;
text-align: center;
}
.generator .seed-text {
align-items: center;
background-color: rgba(0, 0, 0, 0.05);
border: 2px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
@ -31,6 +31,7 @@ body {
text-align: center;
font-size: 1.4em;
font-family: "Comic Sans MS", cursive, sans-serif;
margin-bottom: 1em;
}
.generator .seed-text span:nth-of-type(1),
@ -89,6 +90,17 @@ body {
content: '';
}
.regenerate-seed {
margin: 0 auto;
padding: 0.6em 1em;
border: none;
font: inherit;
color: #fff;
background-color: #52C752;
cursor: pointer;
border-radius: 3px;
}
.description {
padding: 1em 0;
}

Loading…
Cancel
Save