[refactor] Enabled Stylelint 'declaration-colon-space-after' rule

This commit is contained in:
Steven Evans
2018-07-09 16:42:54 -04:00
parent 71d80ae5a4
commit d563d9624a
11 changed files with 182 additions and 182 deletions

View File

@@ -44,12 +44,12 @@
}
.bitnode {
color:#00f;
color: #00f;
}
.bitnode-destroyed {
color:#f00;
color: #f00;
}
.bitnode:hover,
.bitnode-destroyed:hover {
color:#fff;
color: #fff;
}