[refactor] Enabled Stylelint 'color-hex-length'

This commit is contained in:
Steven Evans
2018-07-09 16:11:18 -04:00
parent 1eee47dd3e
commit 71d80ae5a4
10 changed files with 96 additions and 96 deletions

View File

@@ -25,7 +25,7 @@
margin: 10px;
padding: 5px;
border-radius: 12px;
border: 3px solid #ffffff;
border: 3px solid #fff;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
@@ -33,7 +33,7 @@
#work-in-progress-cancel-button:hover,
#work-in-progress-cancel-button:focus {
color: #ffffff;
color: #fff;
text-decoration: none;
cursor: pointer;
}
@@ -51,5 +51,5 @@
}
.bitnode:hover,
.bitnode-destroyed:hover {
color:#ffffff;
color:#fff;
}