0xd7d275ed…8376sent to0x6b5014d7…5d5d·#19,102,501·view on Etherscan
<!-- 1:0 colors -->
.blackstrokes {
stroke: #000000;
stroke-width:40;
stroke-linecap:round;
}
.whitestrokes {
stroke: #fafafa;
stroke-width:40;
stroke-linecap:round;
}
.darkstrokes {
stroke: #008617;
stroke-width:40;
stroke-linecap:round;
}
.mediumstrokes {
stroke: #00e427;
stroke-width:30;
stroke-linecap:round;
}
.lightstrokes {
stroke: #00ff2c;
stroke-width:20;
stroke-linecap:round;
}
.backgroundfill {
fill: #000000;
}
.backgroundcolor {
fill: none;
stroke: #00ff2c;
}
.circlecolor {
fill: none;
stroke: #00ff2c;
stroke-width:2;
stroke-miterlimit:10;
}
.skullcolor {
fill: none;
stroke: #fafafa;
}
.highlightcolor{
fill: none;
stroke: #fafafa;
stroke-width: 2;
}
.finalcolor{
fill: #010101;
stroke: #fafafa;
stroke-width: 1;
}