Skip to content

Commit

Permalink
Fix color to match theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Jan 9, 2025
1 parent a395784 commit 5dd3ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/custom-props/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ body.dark {
--sidebarHover: var(--white);
--sidebarScrollbarThumb: var(--coldGray);
--sidebarScrollbarTrack: var(--sidebarBackground);
--sidebarStaleVersion: var(--orangeDark);
--sidebarStaleVersion: var(--orangeLight);
--sidebarSubheadings: var(--gray400);
--sidebarItem: var(--gray200);
--sidebarInactiveItemBorder: var(--gray400);
Expand Down
2 changes: 1 addition & 1 deletion assets/css/custom-props/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
--sidebarHover: var(--black);
--sidebarScrollbarThumb: var(--coldGrayLight);
--sidebarScrollbarTrack: var(--sidebarBackground);
--sidebarStaleVersion: var(--orangeLight);
--sidebarStaleVersion: var(--orangeDark);
--sidebarSubheadings: var(--black);
--sidebarItem: var(--black);
--sidebarInactiveItemBorder: var(--gray500);
Expand Down

0 comments on commit 5dd3ff6

Please sign in to comment.