25 lines
310 B
Plaintext
25 lines
310 B
Plaintext
|
blend {
|
||
|
bottom: container {
|
||
|
}
|
||
|
top: container {
|
||
|
}
|
||
|
}
|
||
|
blend {
|
||
|
mode: color-dodge;
|
||
|
bottom: container {
|
||
|
}
|
||
|
top: container {
|
||
|
}
|
||
|
}
|
||
|
blend {
|
||
|
mode: difference;
|
||
|
bottom: color {
|
||
|
bounds: 0 0 50 50;
|
||
|
color: rgb(255,0,204);
|
||
|
}
|
||
|
top: color {
|
||
|
bounds: 0 0 50 50;
|
||
|
color: rgb(255,0,204);
|
||
|
}
|
||
|
}
|