Files
website-v2/frontend/userguidestyles.css
Greg Newman 55253636a6 🚧 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.
2023-10-12 09:41:25 -04:00

33 lines
372 B
CSS

@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;
}