This commit is contained in:
ntr
2019-07-30 01:08:44 +10:00
parent c94b6f134c
commit 8a24019ff6
9 changed files with 22 additions and 21 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
@green: #1FF01F;
@red: #a52a2a;
@blue: #3498db;
@blue: #3050f8;
@blue: #3050f8;
@white: #f5f5f5; // whitesmoke
@purple: #9355b5; // 6lack - that far cover
+3 -3
View File
@@ -252,16 +252,16 @@
}
.game-construct.blue-damage {
color: #3498db;
color: #3050f8;
opacity: 1;
}
.blue-damage button {
color: #3498db;
color: #3050f8;
}
.blue-damage text {
fill: #3498db;
fill: #3050f8;
}
.blue-damage .stats {
+2 -2
View File
@@ -266,8 +266,8 @@ button[disabled] {
}
.blue {
color: #3498db;
stroke: #3498db;
color: #3050f8;
stroke: #3050f8;
stroke-linecap: round;
}