We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bb2e2 commit 9828ac3Copy full SHA for 9828ac3
src/wagtail_tinytableblock/static/wagtail_tinytableblock/js/tiny-table-block.js
@@ -29,6 +29,7 @@ class TinyTableBlockDefinition extends window.wagtailStreamField.blocks.FieldBlo
29
contextmenu_never_use_native: true,
30
skin: (window.matchMedia("(prefers-color-scheme: dark)").matches ? "oxide-dark" : "oxide"),
31
content_css: (window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "default"),
32
+ content_style: 'thead th, thead td { font-weight: 700; }',
33
statusbar: false,
34
branding: false,
35
promotion: false,
0 commit comments