From ed527b3babe50a91895e08172aaa6df26fc6bebd Mon Sep 17 00:00:00 2001 From: radishzzz Date: Thu, 24 Apr 2025 21:08:39 +0100 Subject: [PATCH] style: optimize code line numbers opacity --- src/styles/heti.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/heti.css b/src/styles/heti.css index 6cd2590..99770b0 100644 --- a/src/styles/heti.css +++ b/src/styles/heti.css @@ -107,7 +107,7 @@ html.dark .heti pre :where(span) { --at-apply: 'relative pl-8'; } .heti :where(code) span.line::before { - --at-apply: 'absolute left-0 w-4 leading-1.9em text-secondary/25'; + --at-apply: 'absolute left-0 w-4 leading-1.9em text-secondary/40'; content: counter(line); counter-increment: line; direction: rtl;