howtoplay.css 310 B

12345678910
  1. /* Custom styles for How To Play page */
  2. .font-bricolage {
  3. font-family: 'Bricolage Grotesque', sans-serif;
  4. }
  5. .yellow-button {
  6. background: linear-gradient(180deg, #FFE95B 0%, #ECA600 100%);
  7. box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15), 0px 4px 6px rgba(0, 0, 0, 0.2);
  8. color: #212121;
  9. }