[DOCS][CLEANUP]

pull/652/head
Your Name 2 months ago
parent c2cd677575
commit 8b9e424dd5

@ -1,26 +1,27 @@
/* * Further customization as needed */ */ /* * Further customization as needed */ */
.md-typeset__table { .md-typeset__table {
min-width: 100%; min-width: 100%;
} }
.md-typeset table:not([class]) {
display: table;
}
/* Dark mode */
[data-md-color-scheme="slate"] {
--md-default-bg-color: black;
}
.md-typeset table:not([class]) { .header__ellipsis {
display: table; color: black;
} }
/* Dark mode */ .md-copyright__highlight {
[data-md-color-scheme="slate"] { color: black;
--md-default-bg-color: black; }
}
.header__ellipsis {
color: black;
}
/* .md-header.md-header--shadow {
:root { color: black;
--md-primary-fg-color: #EE0F0F; }
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
} */
Loading…
Cancel
Save