?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/backend/editor/blocks/



?? Go up: /home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/backend/editor

?? Viewing: block-calendar.scss

:where(.wp-block-calendar table:not(.has-background) th) {

	background: var(--theme-form-field-border-initial-color);
}

.wp-block-calendar {

	table {

		caption {
			font-weight: 500;
			padding: 0;
			margin-bottom: 0.7rem;
		}

		&:where(:not(.has-text-color)) {

			td, th {
				border-color: var(--theme-form-field-border-initial-color);
			}
		}
	}
}


??

??