docs(site): rebrand docs.defectdojo.com to the 2026 brand (Earth Undertones) - #15736
Draft
devGregA wants to merge 1 commit into
Draft
docs(site): rebrand docs.defectdojo.com to the 2026 brand (Earth Undertones)#15736devGregA wants to merge 1 commit into
devGregA wants to merge 1 commit into
Conversation
…rtones) Applies Brand Guidelines v1.0 (Aug 2026) to the docs site: - Palette: Dystopian Orange primary, deep-midnight header/footer/code surfaces, Dust reading canvas, Daybreak/Dusk secondary tones, Accent Blue links per the guide's digital-only colors. Dark mode runs Deep Midnight / Midnight surfaces. - Typography: self-hosted Inter variable (latin, OFL) replaces the six Work Sans faces; italics synthesize until an italic subset is added. - Logos: wordmark SVGs regenerated from the 2026 wordmark (standalone, no symbol lockup per the logo rules). - Shape: zero border radius across the site, including Bootstrap's .rounded-pill; single orange hairline replaces the blue-to-orange gradient. - Buttons: explicit .btn-primary/.btn-outline-primary skins in both color modes (doks-core's dark defaults previously leaked Bootstrap blue tints into the home CTAs). - Edition toggle: Open Source = Dusk, Pro = Dystopian Orange, matching the Pro-is-hot coding used across brand materials. - Chroma/code: card chrome moves to Midnight surfaces; blue-family syntax hues re-tinted to the Daybreak family, semantic green/amber/ red hues kept for meaning. - DocSearch modal reskinned to the same tokens. No DOM, class-name, or content changes; PurgeCSS safelisting and the existing token architecture are preserved. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
When I was working on docs: Fix typos PR. I noticed a visual issue with the light theme, which makes it difficult to see the code clearly in its respective code blocks. Since this PR changes the some CSS styles, wouldn't it be better to fix this (if it hasn't already been done)? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What this is
docs.defectdojo.com restyled to Brand Guidelines v1.0 (Aug 2026), second of the four web properties (status page was first: DefectDojo-Inc/status-page#8 set the pattern). Draft on purpose: brand launch timing is Greg's call.
What changed (all within
docs/, style-only)_variables-custom.scss+_custom.scss): Dystopian Orange#FF6B35primary, Deep Midnight#001215chrome, Midnight#003038code/dark surfaces, Dust#FFF8F0reading canvas, Daybreak#94D2BD/ Dusk#005F73secondary tones, links Accent Blue#234D93(the guide's digital-only color)..rounded-pill); the 2px blue-to-orange hairline becomes a single Dystopian Orange hairline..btn-primary/.btn-outline-primaryskins in both modes. This also fixes a pre-existing issue where doks-core's dark-mode defaults leaked Bootstrap blue tints into the home CTAs.Not changed
DOM, class names, content, shortcodes, PurgeCSS safelisting behavior, the token architecture, and
custom.js.Verification
netlify.tomlpinsHUGO_VERSION=0.125.1, which cannot build the current@thulite/doks-core(its templates use thetryfunction). Production must be getting its Hugo version from the Netlify UI; worth aligning the file some day.🤖 Generated with Claude Code