diff --git a/resources/css/blocks/wp-block-table.css b/resources/css/blocks/wp-block-table.css new file mode 100644 index 0000000..3d85bc7 --- /dev/null +++ b/resources/css/blocks/wp-block-table.css @@ -0,0 +1,20 @@ +.wp-block-table { + color: red !important; + thead { + @apply bg-primary text-white; + th { + @apply uppercase !font-normal tracking-widest border-none; + } + } + + th, + td { + @apply py-4; + } + td { + @apply !text-primary; + border-top: none !important; + border-left: none !important; + border-right: none !important; + } +}