WIP: Feat/rebranding#5459
Open
fabianrbz wants to merge 38 commits into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This WIP PR starts a site rebranding by introducing a new base color palette (via CSS variables) and updating Tailwind/theme usage across templates and Vue components to rely more on semantic/global link styling instead of per-element text-brand classes.
Changes:
- Add/extend Tailwind theme tokens for
links,buttontext, and a configurablebrand-saturatedopacity. - Replace many hard-coded
text-brand/*-brand-saturated/40usages across includes/pages with the new link and brand-saturated styling approach. - Remove the Konami theme implementation (JS + related CSS overrides) and adjust global link styling in CSS.
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tailwind.config.js | Adds new color/text tokens (links, button) and makes brand-saturated opacity configurable via CSS var. |
| app/skills/index.html | Removes text-brand from the “Clear filters” button styling. |
| app/search.html | Removes text-brand from the sitemap link to rely on global link styles. |
| app/mesh/policies/index.html | Removes bg-brand-saturated/40 from badges to align with updated brand-saturated behavior. |
| app/index.html | Updates homepage “Ask AI” border styling to new brand-saturated behavior. |
| app/_layouts/default.html | Updates tooltip colors/border to match the new palette. |
| app/_includes/syntax_highlighting.html | Updates codeblock header/copy UI colors and fixes positioning context for “Copied!” feedback. |
| app/_includes/indices.html | Removes per-link text-brand-saturated styling to rely on global link styles. |
| app/_includes/how-tos/prereq_cleanup_item.html | Updates prereq/cleanup accordion icon background colors to new tokens. |
| app/_includes/header.html | Removes decorative SVGs and removes several text-brand link color overrides in nav menus. |
| app/_includes/get_help.html | Removes text-brand classes from help links/icons to rely on global link styling. |
| app/_includes/footer.html | Removes decorative SVG elements from the footer. |
| app/_includes/edit_and_issue_links.html | Removes text-brand from edit/issue links and icons to rely on global link styling. |
| app/_includes/cards/skill_marketplace.html | Removes text-brand from the “Installation guide” link to rely on global link styling. |
| app/_includes/card.html | Removes text-brand from CTA text rendering in cards. |
| app/_data/footer.yml | Updates footer “view all” link class from text-brand to text-links. |
| app/_assets/stylesheets/index.css | Replaces the core CSS variable palette, applies global link styling (a { ... text-links; }), updates button styles, and removes Konami theme overrides. |
| app/_assets/javascripts/konami.js | Removes Konami theme JS implementation. |
| app/_assets/javascripts/apps/SearchModal.vue | Updates borders/brand-saturated usage in the search modal UI. |
| app/_assets/javascripts/apps/Feedback.vue | Updates textarea border color to new brand-saturated behavior. |
| app/_assets/entrypoints/application.js | Drops the import for the removed Konami script. |
| {% endif %} | ||
| {% if include.cta_text %} | ||
| <div class="flex text-sm text-brand"> | ||
| <div class="flex text-sm"> |
0297517 to
46cdae6
Compare
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.
Description
WIP: add some basic colors
TODO:
Checklist
descriptionentry in frontmatter.