From 7dd57f408cdbb297c42e246294268dff0650418b Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:55:04 -0500 Subject: [PATCH] fix: add Cassiopeia theme override CSS to .gitignore [skip ci] Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 01449c1..58c1143 100644 --- a/.gitignore +++ b/.gitignore @@ -200,3 +200,9 @@ venv/ *.coverage hypothesis/ + +# ============================================================ +# Cassiopeia custom theme overrides +# ============================================================ +/media/css/theme/dark.custom.css +/media/css/theme/light.custom.css