@youtyan/code-viewer 0.1.20 → 0.1.21

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/style.css +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youtyan/code-viewer",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Local browser-based code and git diff viewer",
5
5
  "type": "module",
6
6
  "bin": {
package/web/style.css CHANGED
@@ -1374,7 +1374,7 @@ body.gdp-help-page #content {
1374
1374
  opacity: 0.72;
1375
1375
  }
1376
1376
  #filelist.tree .tree-dir.children-omitted .dir-label {
1377
- border-bottom: 1px dashed var(--border-strong);
1377
+ border-bottom: 0;
1378
1378
  }
1379
1379
  #filelist.tree .tree-dir.children-omitted-heavy {
1380
1380
  cursor: pointer;
@@ -1437,9 +1437,9 @@ body.gdp-help-page #content {
1437
1437
  text-transform: uppercase;
1438
1438
  }
1439
1439
  #filelist.tree .tree-dir .dir-omitted-heavy {
1440
- color: var(--accent);
1441
- border-color: var(--accent-muted);
1442
- background: var(--accent-subtle);
1440
+ color: var(--fg-subtle);
1441
+ border-color: var(--border-muted);
1442
+ background: var(--bg-soft);
1443
1443
  }
1444
1444
  #filelist.tree .tree-dir .dir-omitted-internal {
1445
1445
  color: var(--fg-subtle);