mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-14 15:26:43 +03:00
13 lines
174 B
CSS
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;
|
|
}
|