mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
[refactor] Enabled Stylelint 'color-hex-length'
This commit is contained in:
+8
-8
@@ -33,7 +33,7 @@
|
||||
|
||||
.hack-mission-node p {
|
||||
margin-top:8px;
|
||||
color:#ffffff;
|
||||
color:#fff;
|
||||
font-size:12px;
|
||||
text-align:center;
|
||||
-webkit-user-select: none;
|
||||
@@ -43,17 +43,17 @@
|
||||
}
|
||||
|
||||
.hack-mission-player-node {
|
||||
color:#ffffff;
|
||||
color:#fff;
|
||||
background-color:#00f;
|
||||
}
|
||||
|
||||
.hack-mission-player-node-active {
|
||||
border: 2px solid #ffffff;
|
||||
background-color: #6666ff;
|
||||
border: 2px solid #fff;
|
||||
background-color: #66f;
|
||||
}
|
||||
|
||||
.hack-mission-enemy-node {
|
||||
color:#ffffff;
|
||||
color:#fff;
|
||||
background-color:#f00;
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
-webkit-transform: skew(-20deg);
|
||||
-moz-transform: skew(-20deg);
|
||||
-o-transform: skew(-20deg);
|
||||
color:#ffffff;
|
||||
color:#fff;
|
||||
font-size:12px;
|
||||
margin-top: 8px;
|
||||
text-align:center;
|
||||
@@ -104,7 +104,7 @@
|
||||
-webkit-transform: skew(20deg);
|
||||
-moz-transform: skew(20deg);
|
||||
-o-transform: skew(20deg);
|
||||
color:#ffffff;
|
||||
color:#fff;
|
||||
font-size:12px;
|
||||
margin-top: 8px;
|
||||
text-align:center;
|
||||
@@ -128,5 +128,5 @@
|
||||
}
|
||||
|
||||
.hack-mission-action-buttons-container {
|
||||
border: 2px solid #ffffff;
|
||||
border: 2px solid #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user