From 31ea8042b85e686043bab4d504c345a9469c2b1e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 4 Aug 2025 11:10:59 +0200 Subject: Fix styling on light-theme --- static/style-2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style-2.css b/static/style-2.css index a336383..9c99c14 100644 --- a/static/style-2.css +++ b/static/style-2.css @@ -310,7 +310,7 @@ details summary[role=button]:not(.outline)::after { --pico-button-box-shadow: 0 0 0 rgba(0, 0, 0, 0); --pico-button-hover-box-shadow: 0 0 0 rgba(0, 0, 0, 0); --pico-table-border-color: var(--pico-muted-border-color); - --pico-table-row-stripped-background-color: #161b22; + --pico-table-row-stripped-background-color: #f9fafa; --pico-code-background-color: rgb(243, 244.5, 246.75); --pico-code-color: #646b79; --pico-code-kbd-background-color: var(--pico-color); -- cgit v1.2.3