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 */

View File

@ -42,10 +42,6 @@ input:focus + .slider {
background-color: #0a042f !important;
}
.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5, .docblock h6 {
border-bottom-color: #DDD;
}
.docblock table td, .docblock table th {
border-color: #ddd;
}