@farming-labs/theme 0.0.11 → 0.0.14

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": "@farming-labs/theme",
3
- "version": "0.0.11",
3
+ "version": "0.0.14",
4
4
  "description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
5
5
  "keywords": [
6
6
  "docs",
@@ -103,7 +103,7 @@
103
103
  "next": ">=14.0.0",
104
104
  "tsdown": "^0.20.3",
105
105
  "typescript": "^5.9.3",
106
- "@farming-labs/docs": "0.0.11"
106
+ "@farming-labs/docs": "0.0.14"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "@farming-labs/docs": ">=0.0.1",
package/styles/omni.css CHANGED
@@ -73,6 +73,8 @@
73
73
  border: 1px solid var(--color-fd-border, #262626);
74
74
  background: var(--color-fd-popover, #0c0c0c);
75
75
  color: var(--color-fd-foreground, #fafafa);
76
+ font-family: var(--font-sans, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
77
+ ui-sans-serif, sans-serif);
76
78
  box-shadow:
77
79
  0 24px 60px -12px rgba(0, 0, 0, 0.5),
78
80
  0 0 0 1px rgba(255, 255, 255, 0.04);
@@ -124,7 +126,8 @@
124
126
  padding: 0.125rem 0.375rem;
125
127
  font-size: 10px;
126
128
  color: var(--color-fd-muted-foreground, #a3a3a3);
127
- font-family: inherit;
129
+ font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
130
+ "Liberation Mono", "Courier New", monospace);
128
131
  line-height: 1.4;
129
132
  }
130
133
  .omni-close-btn {
@@ -281,7 +284,8 @@
281
284
  border-radius: 0.25rem;
282
285
  background: var(--color-fd-muted, #262626);
283
286
  padding: 0.125rem 0.25rem;
284
- font-family: inherit;
287
+ font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
288
+ "Liberation Mono", "Courier New", monospace);
285
289
  }
286
290
  .omni-item-chevron {
287
291
  width: 0.875rem;
@@ -259,6 +259,8 @@ aside button.text-fd-muted-foreground:hover {
259
259
  aside a[data-active="true"]::before {
260
260
  background-color: var(--color-fd-primary) !important;
261
261
  width: 2px !important;
262
+ height: 40% !important;
263
+ margin-top: -1.5px !important;
262
264
  margin-left: 0.6rem !important;
263
265
  inset-inline-start: 0.5rem !important;
264
266
  }