parent
0101fcd7ba
commit
b97b19873c
@ -1,16 +1,31 @@
|
|||||||
.md-typeset__table {
|
/* Set the main background color to black */
|
||||||
min-width: 100%;
|
body {
|
||||||
|
background-color: black;
|
||||||
|
color: white; /* Ensure text is visible */
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-typeset table:not([class]) {
|
/* Set other elements you want to customize */
|
||||||
display: table;
|
.md-nav, .md-header, .md-footer {
|
||||||
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
.md-main__inner {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: red;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
/* Set a secondary color (red) for specific elements */
|
||||||
color: red;
|
.md-nav__item:hover, .md-footer__inner, a {
|
||||||
|
background-color: red;
|
||||||
|
color: white; /* Ensure text is visible */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Further customization as needed */
|
||||||
|
|
||||||
|
.md-typeset__table {
|
||||||
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-typeset table:not([class]) {
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in new issue