Skip to content

Potential github pages fixes#174

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

Potential github pages fixes#174
wallstop merged 3 commits intomainfrom
dev/wallstop/svg-fixes-2

Conversation

@wallstop
Copy link
Copy Markdown
Owner

Description

Attempt at fixing #171

Related Issue

Fixes #

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 docs and site styling to address the GitHub Pages banner SVG rendering issue (#171) by forcing transparency and refining banner presentation across light/dark modes and breakpoints.

Changes:

  • Adjusts MkDocs banner container/image CSS to remove backgrounds and tune shadows responsively.
  • Updates the banner SVG to use a subtler, semi-transparent backdrop intended to blend better with varying page backgrounds.
  • Adds GitHub Pages/Jekyll theme CSS rules for banner transparency, sizing, responsiveness, and print behavior; updates sortable-table CSS to avoid :has().

Reviewed changes

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

File Description
docs/stylesheets/custom.css Makes MkDocs banner container/image backgrounds transparent and adds responsive + theme-specific banner styling.
docs/images/unity-helpers-banner.svg Tweaks SVG root and backdrop gradient/opacity to reduce harsh background appearance.
assets/css/theme.css Adds banner-specific styling for the Jekyll/GitHub Pages theme (transparency/shadows/responsiveness/print).
assets/css/style.scss Replaces :has() usage with a class-based selector for sortable table header indicators.

Comment thread assets/css/style.scss Outdated
Comment thread assets/css/theme.css Outdated
Comment thread assets/css/theme.css
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 1 comment.

Comment on lines +704 to 706
/* Base banner styles - works on any background */
.md-typeset .md-banner img {
border-radius: 12px;
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

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

PR description says "Attempt at fixing #171" but the "Fixes #" field is left blank, so the related issue won’t be auto-linked/closed on merge. Consider updating the PR description to use "Fixes #171" (or remove the placeholder).

Copilot uses AI. Check for mistakes.
@wallstop wallstop merged commit 72768be into main Jan 26, 2026
28 checks passed
@wallstop wallstop deleted the dev/wallstop/svg-fixes-2 branch January 26, 2026 04:23
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