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.

32 lines
727 B

1 year ago
  1. .wp-block-calendar{
  2. text-align:center;
  3. }
  4. .wp-block-calendar td,.wp-block-calendar th{
  5. border:1px solid;
  6. padding:.25em;
  7. }
  8. .wp-block-calendar th{
  9. font-weight:400;
  10. }
  11. .wp-block-calendar caption{
  12. background-color:inherit;
  13. }
  14. .wp-block-calendar table{
  15. border-collapse:collapse;
  16. width:100%;
  17. }
  18. .wp-block-calendar table:where(:not(.has-text-color)){
  19. color:#40464d;
  20. }
  21. .wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{
  22. border-color:#ddd;
  23. }
  24. .wp-block-calendar table.has-background th{
  25. background-color:inherit;
  26. }
  27. .wp-block-calendar table.has-text-color th{
  28. color:inherit;
  29. }
  30. :where(.wp-block-calendar table:not(.has-background) th){
  31. background:#ddd;
  32. }