diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 9e925016..a341cda6 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -248,3 +248,23 @@ body[data-md-url$="/cookbooks/"] .md-content { .md-search { flex-grow: 0; } + +/* Table style */ + +th, td { + border: 1px solid var(--md-typeset-table-color); +} + +.md-typeset__table { + line-height: 1.5; +} + +.md-typeset__table table:not([class]) { + font-size: 0.6rem; + border-collapse: collapse; +} + +.md-typeset__table table:not([class]) td, +.md-typeset__table table:not([class]) th { + padding: 10px; +} \ No newline at end of file