parent
0101fcd7ba
commit
b97b19873c
@ -1,16 +1,31 @@
|
||||
.md-typeset__table {
|
||||
min-width: 100%;
|
||||
/* Set the main background color to black */
|
||||
body {
|
||||
background-color: black;
|
||||
color: white; /* Ensure text is visible */
|
||||
}
|
||||
|
||||
.md-typeset table:not([class]) {
|
||||
display: table;
|
||||
/* Set other elements you want to customize */
|
||||
.md-nav, .md-header, .md-footer {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
.md-main__inner {
|
||||
background-color: black;
|
||||
color: red;
|
||||
}
|
||||
|
||||
a {
|
||||
color: red;
|
||||
/* Set a secondary color (red) for specific elements */
|
||||
.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