Selaa lähdekoodia

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

panr 5 vuotta sitten
vanhempi
sitoutus
bbdff76627
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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%);
 		}
 	}
 }