wip
This commit is contained in:
@@ -15,18 +15,18 @@
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-calendar table:where(:not(.has-text-color)){
|
||||
color:#40464d;
|
||||
}
|
||||
.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{
|
||||
border-color:#ddd;
|
||||
}
|
||||
.wp-block-calendar table.has-background th{
|
||||
background-color:inherit;
|
||||
}
|
||||
.wp-block-calendar table.has-text-color th{
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-calendar :where(table:not(.has-text-color)){
|
||||
color:#40464d;
|
||||
}
|
||||
.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{
|
||||
border-color:#ddd;
|
||||
}
|
||||
|
||||
:where(.wp-block-calendar table:not(.has-background) th){
|
||||
background:#ddd;
|
||||
|
||||
Reference in New Issue
Block a user