parent
c2cd677575
commit
8b9e424dd5
@ -1,26 +1,27 @@
|
||||
/* * Further customization as needed */ */
|
||||
|
||||
|
||||
.md-typeset__table {
|
||||
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]) {
|
||||
display: table;
|
||||
}
|
||||
.header__ellipsis {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Dark mode */
|
||||
[data-md-color-scheme="slate"] {
|
||||
--md-default-bg-color: black;
|
||||
}
|
||||
.md-copyright__highlight {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.header__ellipsis {
|
||||
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…
Reference in new issue