Skip to content

Commit

Permalink
perf: improve <hr> visibility in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfux committed Feb 28, 2024
1 parent 9592146 commit 1d7cd20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sass/colors/typography-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@

hr {
border-color: var(--main-border-color);
opacity: 1;
}

/* categories */
Expand Down
5 changes: 5 additions & 0 deletions _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
display: none;
}

hr {
border-color: var(--main-border-color);
opacity: 1;
}

/* Categories */
--categories-border: rgba(0, 0, 0, 0.125);
--categories-hover-bg: var(--btn-border-color);
Expand Down

0 comments on commit 1d7cd20

Please sign in to comment.