From 48b8e6750e329f5d289db173736e824d24e88cd0 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:55:38 -0500 Subject: [PATCH] fix: correct Cassiopeia theme CSS paths to src/ prefix [skip ci] Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 58c1143..95638c1 100644 --- a/.gitignore +++ b/.gitignore @@ -204,5 +204,5 @@ hypothesis/ # ============================================================ # Cassiopeia custom theme overrides # ============================================================ -/media/css/theme/dark.custom.css -/media/css/theme/light.custom.css +/src/media/css/theme/dark.custom.css +/src/media/css/theme/light.custom.css