🚧 fix user-guide header

Now using proprietary styles for the user guide - not shared with docs.  We are able to better isolate and fix issues with the user guide header without having to touch antora.
This commit is contained in:
Greg Newman
2023-10-12 09:35:44 -04:00
parent 644122ea15
commit 55253636a6
7 changed files with 88 additions and 3 deletions

View File

@@ -0,0 +1,32 @@
@tailwind components;
@tailwind utilities;
[x-cloak] {
display: none !important;
}
body {
@apply h-screen font-cairo;
@apply font-cairo;
}
body.article {
@apply pt-0;
}
#headblock {
@apply border-0;
}
aside.nav,
div.toolbar {
@apply top-10;
}
hr:first-of-type {
@apply border-0;
}
#mobile-menu-button {
@apply outline-none border-0 bg-transparent;
}