Compare commits
1 Commits
2.0.2
...
d3f3fadbf2
| Author | SHA1 | Date | |
|---|---|---|---|
| d3f3fadbf2 |
@@ -41,7 +41,7 @@ import("/js/modules/womb3-simplex.mjs").then((module) => {
|
|||||||
```
|
```
|
||||||
```css
|
```css
|
||||||
#wrap {
|
#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));
|
filter: url("#blob") contrast(var(--contrast, 30));
|
||||||
/* mix-blend-mode: ... cool effects with this */
|
/* mix-blend-mode: ... cool effects with this */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user