Jelajahi Sumber

Change the default background color of the table headers to include alpha

panr 5 tahun lalu
induk
melakukan
bbdff76627
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/ckeditor5-table/theme/table.css

+ 1 - 1
packages/ckeditor5-table/theme/table.css

@@ -31,7 +31,7 @@
 
 		& th {
 			font-weight: bold;
-			background: hsl(0, 0%, 98%);
+			background: hsla(0, 0%, 0%, 10%);
 		}
 	}
 }