💄 (table) simplify tables ui

This commit is contained in:
Julien Calixte
2021-05-09 10:45:47 +02:00
parent 6a5e7a9d63
commit 13876123cb
2 changed files with 11 additions and 1 deletions

View File

@@ -155,6 +155,16 @@ $header-height: 40px;
color: var(--font-color);
}
table {
color: var(--font-color);
background-color: var(--background-color);
thead {
th {
color: var(--font-color);
}
}
}
blockquote {
background-color: var(--background-color);
}

View File

@@ -13,7 +13,7 @@ const md = new MarkdownIt({
h4: ['title', 'is-5'],
h5: ['title', 'is-6'],
h6: ['title', 'is-6'],
table: ['table', 'is-striped', 'is-hoverable']
table: ['table', 'is-fullwidth']
})
.use(blockEmbedPlugin, {
youtube: {