Browse Source

Alves: Improve table block support.

Allan Cole 5 năm trước cách đây
mục cha
commit
17f7aad9f3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      alves/style.css

+ 6 - 0
alves/style.css

@@ -2324,6 +2324,12 @@ table th,
 	word-break: break-all;
 }
 
+table.is-style-stripes tbody tr:nth-child(odd),
+.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
+	background-color: #fcfbf9;
+	color: #394d55;
+}
+
 .wp-block-video figcaption {
 	color: #4d6974;
 	font-size: 0.86806rem;