Fix headings border

This commit is contained in:
Guillaume Gomez
2022-07-27 15:36:27 +02:00
parent 4df8e78a59
commit 88b137d5fe
2 changed files with 1 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ h2, h3, h4 {
h2,
.top-doc .docblock > h3,
.top-doc .docblock > h4 {
border-bottom: 1px solid;
border-bottom: 1px solid var(--headings-border-bottom-color);
}
h3.code-header {
font-size: 1.125rem; /* 18px */