Skip to content

Shift the accent to burnt orange - #48

Merged
sbryngelson merged 2 commits into
masterfrom
unify-gold-accent
Aug 19, 2026
Merged

Shift the accent to burnt orange#48
sbryngelson merged 2 commits into
masterfrom
unify-gold-accent

Conversation

@sbryngelson

@sbryngelson sbryngelson commented Aug 19, 2026

Copy link
Copy Markdown
Member

Moves the docs accent from gold to a burnt orange closer to UT Austin's brand color, matching the same change on the website.

Palette

Role Was Now
Accent #c0995e #d98a45
Light / hover #d4b07a and #d4b07c #e2a773

Hue moves from 36 degrees to 28; UT's Burnt Orange is 27.

Contrast

Both values clear WCAG AA on the dark surface (#242627):

  • accent #d98a455.55:1 (old gold was 5.76:1)
  • light #e2a7737.0:1

UT's actual #BF5700 was not used for the accent: at 3.31:1 on this background it falls below the 4.5:1 floor for body text, and the accent is used throughout as link text. On the website it is used for buttons, where white text on it scores 4.59:1.

Also

The first commit collapses #d4b07a and #d4b07c — the file used both, one hex digit apart, for light gold. That distinction disappears here anyway, but it is split out so the typo fix is visible separately.

A header comment records that these values are duplicated from the website's _sass/SHB_css.scss and must stay in sync, since the two repos cannot share a stylesheet.

mkdocs build --strict and markdownlint-cli2 both pass.

extra.css used #d4b07a for link hovers and #d4b07c elsewhere. They are
one hex digit apart and visually identical, so this is a typo rather
than intent. #d4b07c is the value the website uses for --gold-light.
Moves the accent from gold #c0995e to #d98a45, a burnt orange nearer UT
Austin's brand hue (28 deg vs UT's 27, where the old gold sat at 36).
Light gold follows to #e2a773. Both keep AA contrast on the dark
surface: 5.55:1 and 7.0:1 respectively.

This also subsumes the #d4b07a/#d4b07c split from the previous commit,
since every light-gold rule now carries the same new value.
@sbryngelson sbryngelson changed the title Collapse the two light golds onto one value Shift the accent to burnt orange Aug 19, 2026
@sbryngelson
sbryngelson merged commit 92bf27a into master Aug 19, 2026
6 checks passed
@sbryngelson
sbryngelson deleted the unify-gold-accent branch August 19, 2026 17:25
sbryngelson added a commit that referenced this pull request Aug 19, 2026
Matches the CSS accent change in #48.

favicon.ico was byte-identical to the website's copy, so the already
recolored file is copied across rather than converted a second time.
Two independent conversions would drift; this keeps them identical.

logo.png is two flat colors, remapped by projecting onto the
gold-to-gray axis so antialiasing survives. logo-icon.png carries the
duller #a39259 gold on a dark ground and gets the same saturation-gated
remap as the favicon, leaving the neutral background untouched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant