Skip to content

Commit

Permalink
h2 border color keyline
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Aug 19, 2024
1 parent d9f5a9f commit b91b5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs-beta/src/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ a.pyobject {
h2 {
border-top: 1px;
border-top-style: solid;
border-top-color: var(--theme-color-text-light);
border-top-color: var(--theme-color-keyline);
margin-top: 0px;
padding-top: calc(var(--ifm-heading-vertical-rhythm-bottom) * var(--ifm-leading))
}
Expand Down

0 comments on commit b91b5ad

Please sign in to comment.