pinokiod 3.187.0 → 3.188.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 +1 -1
- package/server/views/app.ejs +3 -3
package/package.json
CHANGED
package/server/public/style.css
CHANGED
package/server/views/app.ejs
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<style>
|
|
21
21
|
body.dark #devtab.selected {
|
|
22
22
|
border: none;
|
|
23
|
-
background:
|
|
23
|
+
background: rgb(27, 28, 29) !important;
|
|
24
24
|
}
|
|
25
25
|
#editortab {
|
|
26
26
|
color: #7f5bf3;
|
|
@@ -437,7 +437,7 @@ body.dark .appcanvas > aside .header-item.btn:not(.selected) {
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
body.dark .appcanvas > aside .header-item.selected {
|
|
440
|
-
background:
|
|
440
|
+
background: rgb(27, 28, 29) !important;
|
|
441
441
|
border: none;
|
|
442
442
|
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
|
|
443
443
|
}
|
|
@@ -1364,7 +1364,7 @@ body.dark .top-menu .btn2.selected {
|
|
|
1364
1364
|
|
|
1365
1365
|
body.dark #fs-status {
|
|
1366
1366
|
border: none;
|
|
1367
|
-
background:
|
|
1367
|
+
background: rgb(27, 28, 29) !important;
|
|
1368
1368
|
}
|
|
1369
1369
|
#fs-status {
|
|
1370
1370
|
padding: 5px;
|