[DOCS][CLEANUP]

pull/652/head
Your Name 1 month ago
parent c2cd677575
commit 8b9e424dd5

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