You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
268 B

1 year ago
  1. .wp-block-button__link{
  2. background-color:#32373c;
  3. border-radius:9999px;
  4. box-shadow:none;
  5. color:#fff;
  6. font-size:1.125em;
  7. padding:calc(.667em + 2px) calc(1.333em + 2px);
  8. text-decoration:none;
  9. }
  10. .wp-block-file__button{
  11. background:#32373c;
  12. color:#fff;
  13. }