pinokiod 3.96.0 → 3.97.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.96.0",
3
+ "version": "3.97.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -41,7 +41,7 @@ main input {
41
41
  }
42
42
  main button {
43
43
  color: white;
44
- background: rgba(127, 91, 243, 0.9);
44
+ background: black;
45
45
  padding: 10px;
46
46
  box-sizing: border-box;
47
47
  border: none;
@@ -762,8 +762,14 @@ body.dark .btn-tab .btn, .btn-tab .btn {
762
762
  text-align: center;
763
763
  align-items: center;
764
764
  gap: 5px;
765
+ padding: 10px;
765
766
  box-sizing: border-box;
767
+ /*
766
768
  background: rgba(127, 91, 243, 0.9) !important;
769
+ */
770
+ }
771
+ body.dark .btn-tab .btn {
772
+ background: rgba(255,255,255,0.1) !important;
767
773
  }
768
774
  body.dark form.search input[type=search] {
769
775
  border: none;
@@ -1554,7 +1560,10 @@ body.dark .btn {
1554
1560
  /*
1555
1561
  color: white;
1556
1562
  */
1563
+ background: rgba(255,255,255,0.1) !important;
1564
+ /*
1557
1565
  background: var(--dark-btn-bg);
1566
+ */
1558
1567
  }
1559
1568
  .btn {
1560
1569
  cursor: pointer;
@@ -2330,11 +2339,17 @@ body.dark .dropdown-content .btn2 {
2330
2339
  }
2331
2340
 
2332
2341
  body.dark .mode-selector .btn2.selected {
2342
+ background: rgba(255,255,255,0.1) !important;
2343
+ /*
2333
2344
  background: rgba(127, 91, 243, 0.9);
2345
+ */
2334
2346
  color: white;
2335
2347
  }
2336
2348
  .mode-selector .btn2.selected {
2349
+ background: black;
2350
+ /*
2337
2351
  background: rgba(127, 91, 243, 0.9);
2352
+ */
2338
2353
  color: white;
2339
2354
  border-radius: 4px;
2340
2355
  }
@@ -198,7 +198,10 @@ body.dark .create-launcher-modal {
198
198
  display: inline-flex;
199
199
  align-items: center;
200
200
  justify-content: center;
201
+ background: black;
202
+ /*
201
203
  background: linear-gradient(135deg, rgba(127, 91, 243, 0.9), rgba(95, 64, 216, 0.9));
204
+ */
202
205
  color: white;
203
206
  box-shadow: 0 18px 40px rgba(111, 76, 242, 0.3);
204
207
  flex-shrink: 0;
@@ -49,7 +49,7 @@ main {
49
49
  box-sizing: border-box;
50
50
  align-items: center;
51
51
  gap: 10px;
52
- padding: 5px;
52
+ padding: 10px;
53
53
  cursor: pointer;
54
54
  transition: background 0.2s ease;
55
55
 
@@ -84,18 +84,20 @@ body.dark .tab:focus-visible {
84
84
  margin-left: 10px;
85
85
  }
86
86
  .tab i.img {
87
- height: 30px;
88
- width: 30px;
87
+ height: 40px;
88
+ width: 40px;
89
89
  background: white;
90
90
  color: black;
91
91
  display: flex;
92
92
  justify-content: center;
93
93
  font-size: 20px;
94
94
  align-items: center;
95
+ border-radius: 5px;
95
96
  }
96
97
  .tab img {
97
- height: 30px;
98
- width: 30px;
98
+ border-radius: 5px;
99
+ height: 40px;
100
+ width: 40px;
99
101
  background: white;
100
102
  }
101
103
  .tab .disclosure-indicator {