Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jul 5, 2025

Fixed major styling inconsistencies between the homepage, documentation, and wiki pages by standardizing background colors to use the design system.

Changes Made

  • WikiLayout.astro: Replaced hardcoded bg-slate-800 class with bg-sm-ui to match the design system
  • This ensures consistent background colors across all content areas

Issues Resolved

  1. Background Color Inconsistency: Wiki pages were using hardcoded Tailwind color (bg-slate-800) instead of the design system color variable (bg-sm-ui)
  2. Visual Inconsistency: Content areas now have uniform styling that matches the overall site design
  3. Design System Compliance: All layouts now properly use CSS custom properties defined in the design system

Before vs After

Before:

  • Homepage: Homepage
  • Docs page: Docs Before
  • Wiki page: Wiki Before

After:

  • Homepage: Homepage Final
  • Docs page: Docs After
  • Wiki page: Wiki After

The changes are minimal and surgical, ensuring that all pages now maintain visual consistency while preserving the existing design system and functionality.

Fixes #5.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: node /home/REDACTED/work/ReDoIngMods.github.io/ReDoIngMods.github.io/node_modules/.bin/astro build (dns block)
    • Triggering command: node /home/REDACTED/work/ReDoIngMods.github.io/ReDoIngMods.github.io/node_modules/.bin/astro preview (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: BenMcAvoy <143108602+BenMcAvoy@users.noreply.github.com>
Copilot AI changed the title [WIP] Site inconsistency Fix site layout inconsistencies across pages Jul 5, 2025
Copilot AI requested a review from BenMcAvoy July 5, 2025 14:06
Copilot finished work on behalf of BenMcAvoy July 5, 2025 14:06
@BenMcAvoy BenMcAvoy marked this pull request as ready for review July 5, 2025 14:08
@BenMcAvoy BenMcAvoy merged commit 5b05363 into main Jul 5, 2025
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.

Site inconsistency

2 participants