**Fixes Issue #1109**
**Changes:**
- Added tailwind class `fixed` to navbar, preventing it from
"disappearing" on mobile.
**Impact:**
Improves mobile navigation by ensuring the navbar is always visible,
enhancing user experience.
**Testing:**
- Manual device testing
- Manual dev tools testing
**Screenshots:**

The user avatar content in the header is now populated with a htmx get request. The request object is used to show either the join link, avatar or no avatar icon.
Issue: #850
* Refactoring parts of the header to try and get consistency between the site, docs and user-guide.
* Fixing purple links.
* Adding conditional for theme switcher on mobile
WIP: Working on styles related to the modernize method and the the injection of the docs styles.
This removes the the main styles.css and working on fixing bugs with the docs layouts for the body content and mobile layouts.
Issue: #658
WIP: Working on styles related to the modernize method and the the injection of the docs styles.
This removes the the main styles.css and working on fixing bugs with the docs layouts for the body content and mobile layouts.
Issue: #658
This provides a secondary tailwind config that does not do a reset and only includes styles compiled from header and footer templates.
Run `yarn builddocs` to generate the stylesheet for docs