From 889ea98e41f60c4df99b03175551175f220d94ea Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 11 Jan 2026 13:10:31 +0000 Subject: [PATCH] Fix prose-invert styling with explicit CSS variables Co-Authored-By: Claude Opus 4.5 --- artdag_common/constants.py | 33 ++++++++++++++++++++++----------- pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/artdag_common/constants.py b/artdag_common/constants.py index f1898c0..ee8862d 100644 --- a/artdag_common/constants.py +++ b/artdag_common/constants.py @@ -42,22 +42,33 @@ tailwind.config = { 800: '#111827', 900: '#030712', } - }, - typography: { - invert: { - css: { - '--tw-prose-body': '#d1d5db', - '--tw-prose-headings': '#f9fafb', - '--tw-prose-links': '#60a5fa', - '--tw-prose-code': '#f9fafb', - '--tw-prose-pre-bg': '#1f2937', - } - } } } } } + """ # Default pagination settings diff --git a/pyproject.toml b/pyproject.toml index 26ddb03..8205b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "artdag-common" -version = "0.1.2" +version = "0.1.3" description = "Shared components for Art-DAG L1 and L2 servers" requires-python = ">=3.10" dependencies = [