next.js/examples/with-userbase/styles/button.css
button.css8 lines126 B
.btn-yellow {
  @apply bg-yellow-400 text-black font-bold py-2 px-4 rounded;
}

.btn-yellow:hover {
  @apply bg-yellow-500;
}
Quest for Codev2.0.0
/
SIGN IN