@farming-labs/theme 0.0.3-beta.4 → 0.0.3-beta.5
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 +2 -2
- package/styles/greentree.css +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farming-labs/theme",
|
|
3
|
-
"version": "0.0.3-beta.
|
|
3
|
+
"version": "0.0.3-beta.5",
|
|
4
4
|
"description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"next": ">=14.0.0",
|
|
99
99
|
"tsdown": "^0.20.3",
|
|
100
100
|
"typescript": "^5.9.3",
|
|
101
|
-
"@farming-labs/docs": "0.0.3-beta.
|
|
101
|
+
"@farming-labs/docs": "0.0.3-beta.5"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"@farming-labs/docs": ">=0.0.1",
|
package/styles/greentree.css
CHANGED
|
@@ -122,11 +122,11 @@ aside a[data-active="true"]::before {
|
|
|
122
122
|
content: "";
|
|
123
123
|
display: block;
|
|
124
124
|
position: absolute;
|
|
125
|
-
left:
|
|
125
|
+
left: 9;
|
|
126
126
|
top: 20%;
|
|
127
127
|
bottom: 20%;
|
|
128
128
|
width: 3px;
|
|
129
|
-
border-radius:
|
|
129
|
+
border-radius: 2px;
|
|
130
130
|
background: var(--color-fd-primary);
|
|
131
131
|
}
|
|
132
132
|
|
|
@@ -333,7 +333,6 @@ nav[class*="header"] {
|
|
|
333
333
|
* ═══════════════════════════════════════════════════════════════════ */
|
|
334
334
|
|
|
335
335
|
figure.shiki {
|
|
336
|
-
border-radius: 10px;
|
|
337
336
|
overflow: hidden;
|
|
338
337
|
border: 1px solid var(--color-fd-border);
|
|
339
338
|
}
|