[#305] Updated the colour scheme to the new brand palette. - #310
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 30 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Comment |
|
Code coverage (threshold: 80%) Per-class coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #310 +/- ##
========================================
Coverage 84.51% 84.51%
========================================
Files 26 26
Lines 562 562
========================================
Hits 475 475
Misses 87 87 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Closes #305
Checklist before requesting a review
[#123] Verb in past tense.#123added to descriptionChangedsectionChanged
config/default/drevops.settings.yml(colors.palette) - all 18 light and dark slots rewritten from the outgoing muted blue and orange scheme to the brand palette anchored on Navy#152235, Deep Navy#030d1e, Cool White#eff6ff, Teal#1e7582, Bright Cyan#96e7f4and Coral#cd5b43, with intermediate steps taken from the ramps already generated instatic-prototype/framework.css.use_brand_colors: 0and updated thecolors.brandswatches - hides the Brand colors fieldset in the theme settings form so its JS recompute can no longer overwrite the authored palette;colors.branditself never reaches rendered CSS.web/themes/custom/drevops/components/variables.base.scss, the Storybook fallback used whenever there is no Drupal-generated stylesheet, and removed the leftover starter-kit placeholderssuccess: green,custom1: brown/custom1: red,custom2: orangeandcustom3: blue.$ct-back-to-top-light-background-coloroverride invariables.components.scss, which pointed at the removedcustom1slot - the back-to-top button now falls back to CivicTheme's owninteraction-backgrounddefault.assets/sass/_eyebrow.scssfrom hardcoded hexes (#c1430aorange,#90cfeblight blue) to thehighlightpalette slot, Teal on light and Bright Cyan on dark; rich-text table captions pick up the same change automatically through the shared$ct-eyebrow-colorand$ct-eyebrow-color-darkvariables they already reference.00-base/spacing/spacing.stories.scssfrom the old brand cyan#61daffto the new Bright Cyan#96e7f4.docs/brand-colours.md, indexed fromdocs/README.mdandAGENTS.md- records the palette, the two files that carry it, why every slot is explicit rather than derived, contrast figures, and how to apply a future change.Screenshots
Verified against
/,/contact,/blog,/ai-assisted-delivery,/services,/about-usand/our-workat 1280px and at 390px with the mobile nav open: every text and background pair clears WCAG AA, measured by computing real ratios against the effective composited background, with zero console errors, and keyboard focus rings render the new Coral at 3px on all eight focusable header controls, offset onto the page background.Before / After