* set the global link hover color to the same value as --bl-primary-color
* fix link styles for links that are also code, so it is clear they are links
* fix mobile TOC and remove extra scrollbar
* remove extra space when TOC is collapsed
* remove extra scrollbar from content area
* display TOC as static when it needs to be
- renamed workflow file from update-website-v2.yml to sync-boostlook-css.yml
- simplified commit process to push changes directly to develop branch if updates are detected
- added steps to trigger ui-release and publish workflows in website-v2-docs repository
- ensured pre-commit hooks are run before committing updates
fixes#44
- added padding and border-radius to #header, #content, and #footer
- refactored TOC with fixed position and overflow
- implemented conditional footer padding using :has()
- added media query for responsive border-radius on #content
- fixed TOC not displaying on mobile devices
addresses https://github.com/boostorg/website-v2-docs/issues/359
* fix inline code styles within colists
* remove letter spacing from h2 headings
* adjust TOC padding to match content area
* fix table headings and borders for dark mode
* display paragraphs within list items as inline (for readmes)
* rounded corners for <pre> and .highlight blocks
* make sure <strong> displays as bold
* consistency for <code> wherever it appears
* update styles for inline code
* remove background color, make bold
* update text and link colors for better contrast
* add border radius to boxes (notes and code) to match nav
* update code block padding to give space for copy icon and horizontal scroll
* increase letter spacing on headings
* update TOC spacing
* make <th> same size as rest of the text
refs #40
- add CSS variables for light and dark themes
- improve TOC scrolling and styling
- implement TOC bottom fade effect
- update font family and size adjustments
addresses:
boostorg/website-v2-docs#318boostorg/boostlook#21
- remove underline links
- tidy CSS variables
- adjust font-stretch to match asciidoctor
- adjust link colors and hover states
- add caret icon for current page in nav
- update font family names to avoid integration conflicts