10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
color-matrix {
|
|
matrix: matrix3d(255, 0, 0, 0,
|
|
0, 255, 0, 0,
|
|
0, 0, 255, 0,
|
|
0, 0, 0, 1);
|
|
offset: -127 -127 -127 0;
|
|
child: color {
|
|
color: #80007f;
|
|
}
|
|
} |