Skip to content

Commit

Permalink
add visible hr
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Aug 19, 2024
1 parent 01d292e commit 13d16fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs-beta/src/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ article {
margin: 0 auto;
}

hr {
height: 1px;
}

.breadcrumbs {
display: flex;
flex-direction: row;
Expand Down
3 changes: 3 additions & 0 deletions docs/docs-beta/src/styles/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@
--ifm-menu-color: var(--theme-color-text-light);
--ifm-hover-overlay: var(--theme-color-background-blue);
--ifm-menu-color-active: var(--theme-color-background-blue);

//hr
--ifm-hr-background-color: var(--theme-color-background-lighter);
}
3 changes: 3 additions & 0 deletions docs/docs-beta/src/styles/theme-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
--ifm-hover-overlay: var(--theme-color-background-blue);
--ifm-menu-color-active: var(--theme-color-background-blue);

//hr
--ifm-hr-background-color: var(--theme-color-background-light);

// docusaurus
--docusaurus-highlighted-code-line-bg: var(--theme-color-background-blue);

Expand Down

0 comments on commit 13d16fb

Please sign in to comment.