From 61266338e212400ce3157b304db0c226683a8ecd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 4 Aug 2025 11:04:26 +0200 Subject: Make the first table columns sticky --- static/style-2.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/style-2.css b/static/style-2.css index 7bdaed4..a336383 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: rgba(111, 120, 135, 0.0375); + --pico-table-row-stripped-background-color: #161b22; --pico-code-background-color: rgb(243, 244.5, 246.75); --pico-code-color: #646b79; --pico-code-kbd-background-color: var(--pico-color); @@ -437,7 +437,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: rgba(111, 120, 135, 0.0375); + --pico-table-row-stripped-background-color: #161b22; --pico-code-background-color: rgb(26, 30.5, 40.25); --pico-code-color: #8891a4; --pico-code-kbd-background-color: var(--pico-color); @@ -572,7 +572,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: rgba(111, 120, 135, 0.0375); + --pico-table-row-stripped-background-color: #161b22; --pico-code-background-color: rgb(26, 30.5, 40.25); --pico-code-color: #8891a4; --pico-code-kbd-background-color: var(--pico-color); @@ -2948,4 +2948,4 @@ article article { figcaption { text-align: center; -} \ No newline at end of file +} -- cgit v1.2.3