10 lines
205 B
CSS
10 lines
205 B
CSS
[data-md-color-scheme="slate"] header {
|
|
--md-primary-fg-color: rgb(113, 13, 13);
|
|
}
|
|
[data-md-color-scheme="slate"] nav {
|
|
--md-primary-fg-color: rgb(113, 13, 13);
|
|
}
|
|
body {
|
|
text-align: justify;
|
|
}
|