Skip to content

Banner SVG fixes#173

Merged
wallstop merged 2 commits intomainfrom
dev/wallstop/svg-fixes
Jan 25, 2026
Merged

Banner SVG fixes#173
wallstop merged 2 commits intomainfrom
dev/wallstop/svg-fixes

Conversation

@wallstop
Copy link
Copy Markdown
Owner

Description

Banner SVG updates and styling to render more uniformly across devices

Related Issue

Fixes #172
Fixes #171

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (code change that neither fixes a bug nor adds a feature)

Checklist

  • I have added tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have updated the CHANGELOG
  • My changes do not introduce breaking changes, or breaking changes are documented

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Unity Helpers banner SVG and related styling so it renders more consistently across devices/backgrounds, and adds a devcontainer fix to avoid apt failures from an expired Yarn repo key.

Changes:

  • Adjusted the banner SVG (transparent outer background, added backdrop, tweaked filters/letter-spacing for improved readability/kerning).
  • Added CSS rules to center/scale the banner consistently in MkDocs pages.
  • Updated CHANGELOG.md and patched the devcontainer to remove an expired Yarn apt source.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

File Description
docs/stylesheets/custom.css Adds .md-banner layout rules to center and scale the banner on docs pages.
docs/images/unity-helpers-banner.svg Updates SVG rendering (background/backdrop, filters, spacing) to improve appearance across devices/themes.
CHANGELOG.md Notes the banner SVG rendering fixes under Unreleased.
.devcontainer/Dockerfile Removes Yarn apt source/key to prevent apt-get update failures due to an expired GPG key.

Comment thread .devcontainer/Dockerfile Outdated
Comment thread docs/stylesheets/custom.css Outdated
Comment thread CHANGELOG.md Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.

@wallstop wallstop merged commit 71bd40d into main Jan 25, 2026
29 checks passed
@wallstop wallstop deleted the dev/wallstop/svg-fixes branch January 25, 2026 21:06
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.

[Bug]: Banner SVG Kerning [Bug]: Black background around SVG in GitHub Pages

2 participants