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 +1 -1
- package/server/public/style.css +2 -2
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -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:
|
|
1352
|
+
background: white;
|
|
1353
1353
|
border-color: rgba(255, 255, 255, 0.16);
|
|
1354
|
-
color:
|
|
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);
|