Update color scheme to match BMT brand identity#65
Open
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Open
Update color scheme to match BMT brand identity#65devin-ai-integration[bot] wants to merge 2 commits intomainfrom
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Conversation
- Event cards: fuchsia->teal, orange->cyan to match logo gradient - News notifications: rose->teal tints - Blog notifications: blue->cyan tints - Prose links: blue-500->cyan-600 with cyan underline highlights - Button links: teal-500->teal-700 with hover state - 404 page: emerald->teal/cyan gradient - Alert shortcodes: rose->red (error), blue->cyan (info), orange->amber (warning) Co-Authored-By: liu.andrew <liu.andrew@berkeley.edu>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- Event cards: teal-500→700 and cyan-500→700 (medium, not dark) - Button: teal-600 with teal-700 hover (medium range) - Alerts: reverted to original semantic colors (rose/blue/orange) since these convey meaning (error/info/warning) independent of brand Co-Authored-By: liu.andrew <liu.andrew@berkeley.edu>
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.
Update color scheme to match BMT brand identity
Summary
Replaces off-brand colors (fuchsia, orange, generic blue) with teal/cyan tones derived from the BMT logo gradient (
rgb(0,175,230)→rgb(89,188,163)). Changes span 4 files — all are Tailwind class swaps with no logic changes. Alert shortcode colors are intentionally left unchanged since they carry semantic meaning (error/info/warning).Key color mappings:
fuchsia-700→900teal-500→700orange-700→900cyan-500→700rose-50/100/200teal-50/100/200blue-50/100/200cyan-50/100/200blue-500cyan-600blue-100/200cyan-100/200teal-500teal-600+ hoverteal-700teal-400→emerald-300cyan-500→teal-400emerald-500teal-600Unchanged (intentionally):
rose/blue/orange) — these are semantic (error/info/warning) and should not follow brand palette.slate-200→300) — appropriate for a past/partner event.Updates since last revision
700→900to500→700range based on feedback that the dark teal was too heavyteal-700toteal-600for a medium, on-brand feelLocal preview screenshots (v2 — lighter event cards, original alert colors):
Homepage with teal news notification:

Event cards (medium teal + cyan gradients):

Event page with cyan links, teal button, and original blue info alert:

Review & Testing Checklist for Human
teal-500→700vscyan-500→700). Verify they look distinct enough; previously fuchsia vs orange gave strong contrast between them.teal-50vscyan-50, which are visually close. Confirm they're distinguishable or if that's acceptable.cyan-600on white should meet WCAG AA (~4.5:1 contrast). Verify links are legible and the cyan underline highlights feel right across different pages.Notes