8 lines
122 B
CSS
8 lines
122 B
CSS
.md-typeset h1,
|
|
.md-typeset h2,
|
|
.md-typeset h3,
|
|
.md-typeset h4,
|
|
.md-typeset h2 {
|
|
color: var(--md-primary-bg-color);
|
|
}
|