big fucking green buttons

This commit is contained in:
ntr 2020-01-17 17:03:13 +10:00
parent b6267cf2a0
commit 8bf6f714fd
2 changed files with 18 additions and 17 deletions

View File

@ -112,9 +112,10 @@ section {
figure {
letter-spacing: 0.25em;
text-transform: uppercase;
font-size: 125%;
font-size: 1.5em;
display: flex;
flex-flow: column;
height: 5em;
}
letter-spacing: 0.25em;
@ -138,27 +139,14 @@ section {
grid-template-columns: 1fr;
}
button.ready:enabled {
color: forestgreen;
border-color: forestgreen;
&:hover {
background: forestgreen;
color: black;
border-color: forestgreen;
}
}
// // all green
// button.ready:enabled {
// background: forestgreen;
// color: black;
// color: forestgreen;
// border-color: forestgreen;
// &:hover {
// color: forestgreen;
// background: forestgreen;
// color: black;
// border-color: forestgreen;
// background: 0;
// }
// }
}

View File

@ -173,6 +173,19 @@ button, input {
// &:active {
// filter: url("#noiseFilter");
// }
// all green
&.ready:enabled {
background: forestgreen;
color: black;
border-color: forestgreen;
&:hover {
color: forestgreen;
border-color: forestgreen;
background: 0;
}
}
}
a {