2 Commits

Author SHA1 Message Date
d3f3fadbf2 labuba 2025-11-22 22:33:49 +07:00
0f8448a9d1 fixed css 2025-11-22 22:30:35 +07:00

View File

@@ -41,9 +41,9 @@ 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: ... as you wish */
/* mix-blend-mode: ... cool effects with this */
}
```