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 +1 -1
- package/server/public/style.css +7 -1
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -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:
|
|
2479
|
+
background: white;
|
|
2474
2480
|
}
|