blast and text colours

This commit is contained in:
ntr
2019-07-23 16:40:40 +10:00
parent eef880e052
commit 341f4dda09
3 changed files with 51 additions and 90 deletions
+11 -22
View File
@@ -234,65 +234,54 @@
*/}
.game-construct.red-damage {
/* filter: drop-shadow(0 0 0.2em red);
*/ color: red;
color: #a52a2a;
/*ensure construct doesn't get opacity lowered because of being KO before the KO animation*/
opacity: 1;
/*border-color: red;*/
}
.red-damage button {
/*border: 1px solid red;*/
color: red;
color: #a52a2a;
}
.red-damage text {
fill: red;
fill: #a52a2a;
}
.red-damage .stats {
/*border-top: 1px solid red;*/
/*border-top: 1px solid #a52a2a;*/
}
.game-construct.blue-damage {
/* filter: drop-shadow(0 0 0.2em blue);
*/ color: blue;
color: #3498db;
opacity: 1;
/*border-color: blue;*/
}
.blue-damage button {
/*border: 1px solid blue;*/
color: blue;
color: #3498db;
}
.blue-damage text {
fill: blue;
fill: #3498db;
}
.blue-damage .stats {
/*border-top: 1px solid blue;*/
}
.game-construct.green-damage {
/* filter: drop-shadow(0 0 0.2em green);
*/ color: green;
color: #1FF01F;
opacity: 1;
/*border-color: green;*/
}
.green-damage button {
/*border: 1px solid green;*/
color: green;
color: #1FF01F;
}
.green-damage text {
fill: green;
fill: #1FF01F;
}
.green-damage .stats {
/*border-top: 1px solid green;*/
/*border-top: 1px solid #1FF01F;*/
}
.game-construct.purple-damage {