pinokiod 3.188.0 → 3.190.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.188.0",
3
+ "version": "3.190.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -296,7 +296,7 @@ body.dark .navheader2 .btn {
296
296
  */
297
297
  }
298
298
  body.dark .navheader {
299
- background: rgba(255, 255, 255, 0.1);
299
+ background: rgba(255, 255, 255, 0.04);
300
300
  }
301
301
  .navheader {
302
302
  backdrop-filter: blur(16px);
@@ -772,7 +772,7 @@ body.dark .mobile-link-button {
772
772
  padding: 5px;
773
773
  }
774
774
  body.dark .urlbar input[type=url] {
775
- background: rgba(255,255,255,0.1);
775
+ background: rgba(0,0,0,0.2);
776
776
  color: white;
777
777
  }
778
778
  .mobile-link-button {
@@ -166,7 +166,7 @@ body.dark .appcanvas_filler {
166
166
  }
167
167
 
168
168
  body.dark .appcanvas > aside {
169
- background: rgba(255, 255, 255, 0.1);
169
+ background: rgba(255, 255, 255, 0.04);
170
170
  }
171
171
  .appcanvas > aside {
172
172
  background: rgba(0, 0, 0, 0.04);
@@ -442,7 +442,9 @@ body.dark .appcanvas > aside .header-item.selected {
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
  }
444
444
  .appcanvas > aside .header-item.selected {
445
+ font-weight: bold;
445
446
  /*
447
+ color: rgba(127, 91, 243, 0.9);
446
448
  border-color: var(--pinokio-sidebar-tab-active-bg);
447
449
  */
448
450
  color: var(--pinokio-sidebar-tab-active-color);
@@ -47,7 +47,11 @@
47
47
 
48
48
  body.dark {
49
49
  --layout-background: #1b1c1d;
50
- --layout-gutter-bg: rgba(255, 255, 255, 0.1);
50
+ --layout-gutter-bg: rgba(255, 255, 255, 0.04);
51
+ /*
52
+ --layout-background: #101010;
53
+ --layout-gutter-bg: #101010;
54
+ */
51
55
  --layout-gutter-bg-hover: cornflowerblue;
52
56
  --layout-shadow: rgba(0, 0, 0, 0.35);
53
57
  color: #f3f3f3;