_calendar.scss 389 B

1234567891011121314151617181920
  1. // See https://github.com/WordPress/gutenberg/issues/39053
  2. .wp-block-calendar {
  3. table {
  4. caption {
  5. color: var(--wp--custom--color--primary);
  6. }
  7. th {
  8. background-color: var(--wp--custom--color--tertiary);
  9. border-color: var(--wp--custom--color--tertiary);
  10. }
  11. td {
  12. color: var(--wp--custom--color--primary);
  13. border-color: var(--wp--custom--color--tertiary);
  14. }
  15. }
  16. }