diff --git a/styles/rust.json b/styles/rust.json index dd4cff70..fd4dacf1 100644 --- a/styles/rust.json +++ b/styles/rust.json @@ -94,6 +94,9 @@ }, "styles": { "blocks": { + "core/calendar": { + "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast)}" + }, "core/comment-date": { "color": { "text": "var(--wp--preset--color--contrast)" diff --git a/theme.json b/theme.json index b4e6e13c..d3208f57 100644 --- a/theme.json +++ b/theme.json @@ -319,6 +319,12 @@ "blockGap": "0.7rem" } }, + "core/calendar": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast-2);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast-2)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast-2)}" + }, "core/categories": { "spacing": { "padding": {