pinokiod 3.76.0 → 3.77.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.76.0",
3
+ "version": "3.77.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2468,7 +2468,13 @@ body.minimized[data-agent='electron'] header {
2468
2468
  body[data-agent='electron'] {
2469
2469
  padding-top: 26px;
2470
2470
  }
2471
+ body.dark #dropdown-portal .dropdown-content {
2472
+ background: rgb(34, 34, 34);
2473
+ }
2474
+ body.dark #dropdown-portal .dropdown-content .btn2 {
2475
+ background: none;
2476
+ }
2471
2477
  #dropdown-portal .dropdown-content {
2472
2478
  border-radius: 10px;
2473
- background: none;
2479
+ background: white;
2474
2480
  }