diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-04 11:10:59 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-04 11:10:59 +0200 |
commit | 31ea8042b85e686043bab4d504c345a9469c2b1e (patch) | |
tree | 05683ede1bebeda7a8e61f51daae31f2cbc81e73 | |
parent | 61266338e212400ce3157b304db0c226683a8ecd (diff) |
Fix styling on light-theme
-rw-r--r-- | static/style-2.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); |