pinokiod 3.272.0 → 3.273.0

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": "3.272.0",
3
+ "version": "3.273.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1349,9 +1349,9 @@ body.dark .terminal-config-menu .terminal-config-help {
1349
1349
  }
1350
1350
  body.dark .terminal-config-menu .terminal-config-select,
1351
1351
  body.dark .terminal-config-menu .terminal-config-input {
1352
- background: rgba(255, 255, 255, 0.08);
1352
+ background: white;
1353
1353
  border-color: rgba(255, 255, 255, 0.16);
1354
- color: #ffffff;
1354
+ color: black;
1355
1355
  }
1356
1356
  body.dark .terminal-config-menu .terminal-config-color-input {
1357
1357
  background: rgba(255, 255, 255, 0.08);