mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
[refactor] Enabled Stylelint 'color-hex-length'
This commit is contained in:
+6
-6
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.bladeburner-action {
|
||||
border:1px solid #ffffff;
|
||||
border:1px solid #fff;
|
||||
margin:7px;
|
||||
padding:7px;
|
||||
white-space: pre-wrap;
|
||||
@@ -19,13 +19,13 @@
|
||||
|
||||
/* Whatever action is currently active */
|
||||
.bladeburner-active-action {
|
||||
border:4px solid #ffffff;
|
||||
border:4px solid #fff;
|
||||
}
|
||||
|
||||
/* Action & Skills panel navigation button */
|
||||
.bladeburner-nav-button {
|
||||
border:1px solid #ffffff;
|
||||
color:#ffffff;
|
||||
border:1px solid #fff;
|
||||
color:#fff;
|
||||
padding:2px;
|
||||
margin:2px;
|
||||
}
|
||||
@@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
.bladeburner-nav-button-inactive {
|
||||
border:1px solid #ffffff;
|
||||
border:1px solid #fff;
|
||||
padding:2px;
|
||||
margin:2px;
|
||||
text-decoration: none;
|
||||
@@ -48,7 +48,7 @@
|
||||
.bladeburner-console-div {
|
||||
display:inline-block;
|
||||
width:40%;
|
||||
border:1px solid #ffffff;
|
||||
border:1px solid #fff;
|
||||
overflow:auto;
|
||||
height:100%;
|
||||
position:absolute;
|
||||
|
||||
Reference in New Issue
Block a user