From 3093d880aa6d7a8ecf12a47c079a57a4b0fe53d4 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 7 Jan 2026 02:31:33 +0100 Subject: [PATCH] border-radius: 2px; --- css/stereo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/stereo.css b/css/stereo.css index 959dcd1..894b877 100644 --- a/css/stereo.css +++ b/css/stereo.css @@ -99,7 +99,7 @@ tr.matrix td:not(.mino) { .minoes-table .mino { background: radial-gradient(circle at -150% -200%, #fffb 0%, var(--background-color) 100%); overflow: visible; - border-radius: 1px; + border-radius: 2px; } .mino::before, @@ -112,7 +112,7 @@ tr.matrix td:not(.mino) { left: 0; width: inherit; height: inherit; - border-radius: 1px; + border-radius: 2px; } .mino::before {