@farming-labs/astro-theme 0.0.54 → 0.0.56

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 +3 -3
  2. package/styles/docs.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/astro-theme",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "description": "Astro UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
5
5
  "keywords": [
6
6
  "astro",
@@ -79,8 +79,8 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "sugar-high": "^0.9.5",
82
- "@farming-labs/docs": "0.0.54",
83
- "@farming-labs/astro": "0.0.54"
82
+ "@farming-labs/docs": "0.0.56",
83
+ "@farming-labs/astro": "0.0.56"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "astro": ">=4.0.0"
package/styles/docs.css CHANGED
@@ -1728,8 +1728,8 @@ html.dark pre.shiki {
1728
1728
 
1729
1729
  .fd-feedback-status {
1730
1730
  margin: 0 !important;
1731
- font-size: 0.8125rem;
1732
- line-height: 1.35;
1731
+ font-size: 0.75rem;
1732
+ line-height: 1.3;
1733
1733
  color: var(--color-fd-muted-foreground);
1734
1734
  }
1735
1735