Apply submit button style to only one page.

master
Tait Hoyem 3 years ago
parent 146db50ea6
commit e37016b708

@ -38,14 +38,6 @@ nav > a {
display: inline-block;
}
input[type=submit] {
background-color: #FFF337;
}
input[type=submit]:hover {
background-color: #61F900;
opacity: 0.5;
}
.sr-only {
position: absolute;
overflow: hidden;

@ -57,3 +57,12 @@ input[type=submit] {
form {
width: 100%;
}
input[type=submit] {
background-color: #FFF337;
}
input[type=submit]:hover {
background-color: #61F900;
opacity: 0.5;
}

Loading…
Cancel
Save