From d3f3fadbf2c47ef5a200e777ac621ca56e9b1ee5 Mon Sep 17 00:00:00 2001 From: mirzaev Date: Sat, 22 Nov 2025 22:33:49 +0700 Subject: [PATCH] labuba --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 616e974..0ada69d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ import("/js/modules/womb3-simplex.mjs").then((module) => { ``` ```css #wrap { - background-color: black; /* can be alpha 50% and etc */ + background-color: black; /* cool effects with changing the alpha channel */ filter: url("#blob") contrast(var(--contrast, 30)); /* mix-blend-mode: ... cool effects with this */ }