From 230f20befba20de5e6cbd7bb978e4c006d824898 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 13 Nov 2023 09:04:44 +0100 Subject: [PATCH] less brightness --- css/minimal.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/minimal.css b/css/minimal.css index ec66ae2..a4d2fb3 100644 --- a/css/minimal.css +++ b/css/minimal.css @@ -75,11 +75,11 @@ tr.matrix td:not(.mino) { } .moving.mino { - filter: saturate(80%) brightness(150%); + filter: saturate(80%) brightness(110%); } .locking.mino { - filter: saturate(50%) brightness(250%); + filter: saturate(50%) brightness(130%); } .locked.mino { @@ -89,17 +89,15 @@ tr.matrix td:not(.mino) { @keyframes locked-animation { from { - filter: saturate(50%) brightness(500%); + filter: saturate(50%) brightness(300%); } } @keyframes cleared-line-animation { from { background-color: #eeeeee; - box-shadow: 0 -6px 0 #DDDDDD; } to { background-color: #363941; - box-shadow: 0 -6px 0 #363941; } } \ No newline at end of file