Update custom.css

[ci skip]
This commit is contained in:
Michael Shamoon 2022-05-18 11:41:36 -07:00
parent eaa33744a6
commit f6d5ba56b1

View File

@ -64,6 +64,10 @@ body {
color: var(--color-text-body);
}
.rst-content p {
word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
}