Skip to content

Commit

Permalink
docs: Fix figcaption color
Browse files Browse the repository at this point in the history
Bug: 369448610
Change-Id: I45a23befa7223fca8941b1c93577a6cfbd9232ad
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259413
Lint: Lint 🤖 <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Chad Norvell <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Kayce Basques <[email protected]>
Docs-Not-Needed: Kayce Basques <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jan 9, 2025
1 parent 09e1696 commit f94267a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/pigweed.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ div, li, p {
font-family: var(--pw-font-body);
}

figcaption {
color: var(--pw-color-foreground-primary) !important;
}

h1, h2, h3, h4, h5, h6 {
font-family: var(--pw-font-headings);
font-weight: bold;
Expand Down

0 comments on commit f94267a

Please sign in to comment.