💄 (table) simplify tables ui
This commit is contained in:
@@ -155,6 +155,16 @@ $header-height: 40px;
|
|||||||
color: var(--font-color);
|
color: var(--font-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
color: var(--font-color);
|
||||||
|
background-color: var(--background-color);
|
||||||
|
thead {
|
||||||
|
th {
|
||||||
|
color: var(--font-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const md = new MarkdownIt({
|
|||||||
h4: ['title', 'is-5'],
|
h4: ['title', 'is-5'],
|
||||||
h5: ['title', 'is-6'],
|
h5: ['title', 'is-6'],
|
||||||
h6: ['title', 'is-6'],
|
h6: ['title', 'is-6'],
|
||||||
table: ['table', 'is-striped', 'is-hoverable']
|
table: ['table', 'is-fullwidth']
|
||||||
})
|
})
|
||||||
.use(blockEmbedPlugin, {
|
.use(blockEmbedPlugin, {
|
||||||
youtube: {
|
youtube: {
|
||||||
|
|||||||
Reference in New Issue
Block a user