CSS Mod for the 'Nope Button'
.nope {
background: #090909;
border-radius: .6em;
border: 0px;
width: 100%;
height: 1em;
cursor: not-allowed;
margin-bottom: 5px;
}
(In the JS change 'Nope' to a space.)
CSS Mod for the 'Nope Button'
.nope {
background: #090909;
border-radius: .6em;
border: 0px;
width: 100%;
height: 1em;
cursor: not-allowed;
margin-bottom: 5px;
}
(In the JS change 'Nope' to a space.)