bottom/0.7.0/stylesheets/extra.css

13 lines
174 B
CSS
Raw Normal View History

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