mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
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.
33 lines
372 B
CSS
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;
|
|
}
|