From d4a1b871e4020214b719fb2abc72975eebfcf2d3 Mon Sep 17 00:00:00 2001 From: samspills Date: Mon, 22 Apr 2024 12:03:06 +0000 Subject: [PATCH] deploy: 3f856d4d9fc90ba79f255c752208cb4851703200 --- helium/site/laika-helium.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helium/site/laika-helium.css b/helium/site/laika-helium.css index 6fc9fe0..2ccb814 100644 --- a/helium/site/laika-helium.css +++ b/helium/site/laika-helium.css @@ -916,6 +916,13 @@ code .type-name, code .tag-name, code .xml-dtd-tag-name, code .markup-fence { color: var(--syntax-wheel5); } +code .diff-added { + background-color: rgb(0 175 0 / 40%); +} +code .diff-removed { + background-color: rgb(250 0 0 / 40%); +} + ul.toc, .toc ul {