From a02a77f1a45d3a07e4cbd23470b1509098f7354a Mon Sep 17 00:00:00 2001 From: MAEDA Go Date: Sun, 27 Sep 2026 13:40:29 +0900 Subject: [PATCH 1/2] Update the Pygments "colorful" syntax highlighting theme to the one in Pygments 2.21.0 --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 7b6f6d863..8c452df3b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -2566,6 +2566,7 @@ div.news .reaction { .syntaxhl .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ .syntaxhl .gd { color: #A00000 } /* Generic.Deleted */ .syntaxhl .ge { font-style: italic } /* Generic.Emph */ +.syntaxhl .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .syntaxhl .gr { color: #FF0000 } /* Generic.Error */ .syntaxhl .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .syntaxhl .gi { color: #00A000 } /* Generic.Inserted */ -- 2.55.0