From f09ff02b5590730eacb6dd57e0dd3f66c076b326 Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 16 May 2026 14:40:00 -0300 Subject: [PATCH] Add a gradient mask to reduce centerpiece noise --- static/assets/css/index.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/assets/css/index.css b/static/assets/css/index.css index 4ca6a70..9e57be3 100644 --- a/static/assets/css/index.css +++ b/static/assets/css/index.css @@ -62,6 +62,12 @@ img.centerpiece { animation-timing-function: linear; animation-duration: 30s; animation-iteration-count: infinite; + mask-image: linear-gradient(90deg, + light-dark(#222, #000) 0%, + light-dark(#888, #444) 50%, + #fff 100% + ); + mask-mode: luminance; } img.two { animation-delay: -6s; } @@ -116,7 +122,8 @@ img.five { animation-delay: -30s; } blur(0) saturate(1.2) contrast(2) - ; } + ; + } 100% { transform: rotate3d(0, 1, 0, 360deg);