feat: revamp search experience

chore: hide toc on small screen

chore: make sidebar responsive
This commit is contained in:
Xin
2023-08-06 01:06:32 +01:00
parent 16a656947b
commit 7e37b73779
12 changed files with 390 additions and 77 deletions

View File

@ -6,6 +6,8 @@
@import "highlight.css";
@import "components/cards.css";
@import "components/steps.css";
@import "components/search.css";
@import "components/sidebar.css";
html {
@apply text-base antialiased;
@ -19,6 +21,7 @@ body {
:root {
--primary-hue: 212deg;
--navbar-height: 4rem;
}
.dark {