mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
[refactor] Enabled Stylelint 'declaration-colon-space-after' rule
This commit is contained in:
@@ -44,12 +44,12 @@
|
||||
}
|
||||
|
||||
.bitnode {
|
||||
color:#00f;
|
||||
color: #00f;
|
||||
}
|
||||
.bitnode-destroyed {
|
||||
color:#f00;
|
||||
color: #f00;
|
||||
}
|
||||
.bitnode:hover,
|
||||
.bitnode-destroyed:hover {
|
||||
color:#fff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user