From d3c78a559abfd387f30ca3ebbc00eb8e4790101e Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sun, 4 May 2025 17:48:52 +0100 Subject: [PATCH] style: update table style --- 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 0728c65..4ba44e2 100644 --- a/src/styles/heti.css +++ b/src/styles/heti.css @@ -153,7 +153,7 @@ html.dark .heti pre :where(span) { } .heti :where(th), .heti :where(td) { - --at-apply: 'pr-6 pb-1.5 border-b border-b-secondary/15'; + --at-apply: 'pr-6 pb-1.5 border-b border-b-secondary/25'; } .heti :where(td) { --at-apply: 'pt-1.5';