Skip to content

Commit

Permalink
Fix css: dark mode <hr/> (#1703)
Browse files Browse the repository at this point in the history
* fix: Removed unnecessary css

* more css fixes

* minor improvements on css

* fix: dark hr
  • Loading branch information
gagdiez authored Feb 2, 2024
1 parent df355ba commit bf53bfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
[data-theme="dark"] {
--ifm-color-primary: #82aaff;
--near-color-royal: #82aaff;

hr{
background-color: #2d2d2d;
}
}

[data-theme='light'] li hr {
Expand Down Expand Up @@ -317,6 +321,7 @@ iframe+em {
background-color: #f6f8fa !important;
}

/* Github Logo */
.header-github-link:hover {
opacity: 0.6;
}
Expand Down

0 comments on commit bf53bfd

Please sign in to comment.