mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 05:21:31 -04:00
feat: revamp search experience
chore: hide toc on small screen chore: make sidebar responsive
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user