Skip to content

Refresh header logo with theme-aligned optimized asset#2

Merged
Tiggreee merged 1 commit into
mainfrom
copilot/update-logo-colors
May 25, 2026
Merged

Refresh header logo with theme-aligned optimized asset#2
Tiggreee merged 1 commit into
mainfrom
copilot/update-logo-colors

Conversation

Copilot AI commented May 25, 2026

Copy link
Copy Markdown
Contributor

The header was still using the old logo treatment, which no longer matched the site palette and looked visually behind the rest of the refreshed UI. This update replaces that asset path with a sharper, theme-aligned version while keeping header layout and rendering behavior stable.

  • Header logo refresh

    • Replaced the navbar logo source with a new optimized webp asset tailored to the current dark + lime palette.
    • Kept the existing rendered footprint so the header spacing and navigation alignment do not shift.
  • Visual treatment cleanup

    • Removed the CSS image filter previously applied to the old logo.
    • Added a minimal .brand wrapper rule so the logo renders cleanly without inline-gap artifacts.
  • Asset optimization

    • Added assets/header-logo.webp as the dedicated header asset.
    • Moves the header away from the older heavier raster file and toward a smaller optimized image better suited for above-the-fold use.
<a class="brand" href="#home" aria-label="vmDev home">
  <img
    src="assets/header-logo.webp"
    alt="Logo vmDev"
    width="136"
    height="40"
    sizes="136px"
    decoding="async"
    fetchpriority="high"
  />
</a>

Updated header logo

Agent-Logs-Url: https://github.com/Tiggreee/vmDevWeb/sessions/7e2ba3f4-4036-47fe-8954-cb6130b3af03

Co-authored-by: Tiggreee <198621203+Tiggreee@users.noreply.github.com>
@Tiggreee

Copy link
Copy Markdown
Owner

Nice.

@Tiggreee Tiggreee marked this pull request as ready for review May 25, 2026 04:51
Copilot AI review requested due to automatic review settings May 25, 2026 04:51
@Tiggreee Tiggreee merged commit fa83bb6 into main May 25, 2026
1 check failed
Copilot AI review requested due to automatic review settings May 25, 2026 05:14
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.

2 participants