bottom/0.9.7/stylesheets/extra.css
2024-07-26 04:28:11 +00:00

13 lines
174 B
CSS

:root {
--md-primary-fg-color: #268bd2;
--md-accent-fg-color: #81a1c1;
}
.md-typeset__table {
min-width: 100%;
}
.md-typeset table:not([class]) {
display: table;
}