11 Commits

Author SHA1 Message Date
Julio C. Estrada
c512dcf192 Refactor dark mode link styles and nav elements (#1278)
- removed dark text colors for links in paragraphs, tables, and titles
- removed dark hover color for paragraph links
- removed `font-sans` from `.doc .admonitionblock .icon i`

Needed for boostorg/boostlook#13
2024-09-25 19:38:10 -04:00
Julio C. Estrada
bc62a59cf5 Fix table headers in dark mode in Learn docs (#1132)
This PR fixes several guide styles to support dark mode 
- fixes table header color
- fixes admonition background color and text
- sets inactive tabs color
- sets black text to white

This solves #1108
2024-07-06 18:41:11 +02:00
Julio Estrada
712332b2e6 Apply nowrap to avatar's anchor child 2024-06-06 11:03:59 -04:00
Julio Estrada
3ff678cc2e Fix navbar issues for legacy docs
- Add missing font-family
- Remove underline from links
- Prevent "Join" word-break
- Fix logo pixel shift on framed and non-framed docs
- Remove navbar container's inline CSS height
2024-05-06 14:39:51 -04:00
Julio Estrada
d5eaadf2e8 Remove Cairo font and update font-family with a modern system font stack 2024-04-24 10:24:01 -04:00
Greg Newman
65b6bfb381 🐛 fixes dropdown on docs and guide
The dropdowns for user profile and guide was not showing the border and shadow because of not using tailwind base, which we can’t use here.
2024-01-25 11:51:25 -05:00
Greg Newman
5439a61be0 🐛 fixes dropdown on docs and guide
The dropdowns for user profile and guide was not showing the border and shadow because of not using tailwind base, which we can’t use here.
2024-01-25 11:51:01 -05:00
Greg Newman
f296ce5be5 🐛 fixes rounded corners on avatar in header
On Docs and Userguide the avatar was not rounded.
2024-01-25 10:37:16 -05:00
Greg Newman
79759fa6dc user guide dark mode styles
Provides css build for dark mode on the user-guide
2023-11-02 09:47:50 -04:00
Greg Newman
66e4f799e1 🚧 fixes font sizes
Fonts are set in site.css at a large base than we use. This resets it and now haeder fonts match. Body font is not quite as big either and matches the main site.
2023-10-12 10:08:29 -04:00
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