pinokiod 5.1.17 → 5.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "5.1.17",
3
+ "version": "5.1.18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1272,6 +1272,7 @@ body.dark .submenu {
1272
1272
  }
1273
1273
  body.dark .disk-usage {
1274
1274
  border-right: 1px solid rgba(255,255,255,0.1);
1275
+ color: black;
1275
1276
  }
1276
1277
  .disk-usage {
1277
1278
  border-right: 1px solid rgba(0,0,0,0.1);