mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
🚧 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:
32
frontend/userguidestyles.css
Normal file
32
frontend/userguidestyles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user