diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/input.css b/static/input.css index 55e29b0..66d832c 100644 --- a/static/input.css +++ b/static/input.css @@ -482,7 +482,7 @@ form.crossable.htmx-request input { } .themed-button.themed-button-sidebar { - --border-size: 0.3rem; + --border-size: 0.25rem; background-image: var(--squares-and-triangles-background); background-repeat: var(--squares-and-triangles-background-repeat); background-size: calc(var(--squares-and-triangles-background-width-coef) * 0.9rem) calc(var(--squares-and-triangles-background-height-coef) * 0.9rem); |