kollapsminoriteten/wp-includes/blocks/table/theme-rtl.css

14 lines
261 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-table{
margin:0 0 1em;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-table td,.wp-block-table th{
word-break:normal;
2022-04-02 10:26:41 +02:00
}
2025-02-28 08:42:11 +01:00
.wp-block-table :where(figcaption){
2023-04-26 17:39:43 +02:00
color:#555;
font-size:13px;
text-align:center;
2022-04-02 10:26:41 +02:00
}
2025-02-28 08:42:11 +01:00
.is-dark-theme .wp-block-table :where(figcaption){
2024-04-17 11:32:24 +02:00
color:#ffffffa6;
2021-07-23 11:58:50 +02:00
}