|
|
@@ -3,6 +3,10 @@
|
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
|
*/
|
|
|
|
|
|
+ :root {
|
|
|
+ --ck-color-table-focused-th-background: hsla(0, 0%, 0%, 10%);
|
|
|
+ }
|
|
|
+
|
|
|
.ck-content .table {
|
|
|
/* Give the table widget some air and center it horizontally */
|
|
|
margin: 1em auto;
|
|
|
@@ -31,7 +35,7 @@
|
|
|
|
|
|
& th {
|
|
|
font-weight: bold;
|
|
|
- background: hsla(0, 0%, 0%, 10%);
|
|
|
+ background: var(--ck-color-table-focused-th-background);
|
|
|
}
|
|
|
}
|
|
|
}
|