Skip to content

Commit

Permalink
Better search bar
Browse files Browse the repository at this point in the history
Better search bar
  • Loading branch information
death7654 committed Jul 9, 2024
1 parent f6113a4 commit 11d0a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
--c-text: #1b1d21;
--c-tip-bg: rgb(69, 212, 140, 0.4);
--c-text-accent:#3D50F5;
--border: #EAECEF;
}


Expand All @@ -40,6 +41,7 @@ html.dark {
--c-text-accent: #67D6ED; //accent in nav
--c-text: #e2e2e2; //text for everything including nav
--c-tip-bg: rgb(48, 213, 111, 0.1);
--border: #25262C;
}

::-webkit-scrollbar
Expand Down

0 comments on commit 11d0a01

Please sign in to comment.