From 27d7a0689d5e55843746e06f2b11f262d6a1bf4a Mon Sep 17 00:00:00 2001 From: adrien Date: Sat, 23 Dec 2023 03:01:43 +0100 Subject: [PATCH] rgba --- css/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/common.css b/css/common.css index ea1e1b7..67095ea 100644 --- a/css/common.css +++ b/css/common.css @@ -79,7 +79,7 @@ td { @keyframes trail-animation { from { - background-color: rgb(206, 255, 255, 25%); + background-color: rgba(206, 255, 255, 25%); filter: saturate(50%) brightness(300%); } to { @@ -93,7 +93,7 @@ td.trail-animation { @keyframes cleared-line-animation { from { - background-color: rgb(206, 255, 255, 40%); + background-color: rgba(206, 255, 255, 40%); filter: saturate(50%) brightness(300%); box-shadow: -200px 0 5px white, 200px 0 5px white; }