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]) {
|
.md-typeset table:not([class]) {
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dark mode */
|
/* Dark mode */
|
||||||
[data-md-color-scheme="slate"] {
|
[data-md-color-scheme="slate"] {
|
||||||
--md-default-bg-color: black;
|
--md-default-bg-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__ellipsis {
|
.header__ellipsis {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
.md-copyright__highlight {
|
||||||
:root {
|
color: black;
|
||||||
--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…
Reference in new issue