pinokiod 3.189.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 +1 -1
- package/server/views/app.ejs +2 -0
package/package.json
CHANGED
package/server/views/app.ejs
CHANGED
|
@@ -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);
|