From ab268a7396928a7d415a18feae6fec7b9098c57f Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:42:32 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20Chroma=20GenericDeleted=20?= =?UTF-8?q?style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #1059 --- CHANGELOG.md | 1 + assets/css/compiled/main.css | 2 ++ assets/css/main.css | 1 + 3 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25adfa..a164ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Some localised date formats would be incorrectly formatted as Markdown ([#1028](https://github.com/jpanther/congo/pull/1028)) - Anchor links in articles displayed incorrectly in dark mode ([#1041](https://github.com/jpanther/congo/pull/1041)) - Error building site due to template system changes in Hugo v0.146.0 or later ([#1049](https://github.com/jpanther/congo/issues/1049), [#1073](https://github.com/jpanther/congo/pull/1073)) +- Style is not rendered for Chroma GenericDeleted items ([#1059](https://github.com/jpanther/congo/issues/1059)) - Article sharing links for LINE contained invalid URLs ([#1065](https://github.com/jpanther/congo/pull/1065)) ## [2.11.0] - 2025-02-24 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index c1677e6..cec5669 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1612,6 +1612,7 @@ code { .chroma .si, .chroma .sx, .chroma .s1, +.chroma .gd, .chroma .gi, .chroma .go, .chroma .gp { @@ -1632,6 +1633,7 @@ code { .chroma .si:is(.dark *), .chroma .sx:is(.dark *), .chroma .s1:is(.dark *), +.chroma .gd:is(.dark *), .chroma .gi:is(.dark *), .chroma .go:is(.dark *), .chroma .gp:is(.dark *) { diff --git a/assets/css/main.css b/assets/css/main.css index 1e57216..743d0c3 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -264,6 +264,7 @@ code { .chroma .si, .chroma .sx, .chroma .s1, +.chroma .gd, .chroma .gi, .chroma .go, .chroma .gp {