Skip to content

Commit ac9ee0c

Browse files
authored
website: update docpress (#220)
1 parent 6e110b5 commit ac9ee0c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/TopNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function TopNavigation() {
1010
<img
1111
src={iconGear}
1212
width={18}
13-
style={{ marginRight: 'calc(var(--icon-text-padding))', position: 'relative', top: -2 }}
13+
style={{ marginRight: 'calc(var(--icon-text-padding))' }}
1414
className="decolorize-8"
1515
/>{' '}
1616
API

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typecheck": "tsc --noEmit --watch"
77
},
88
"dependencies": {
9-
"@brillout/docpress": "^0.15.11",
9+
"@brillout/docpress": "^0.16.0",
1010
"@types/react": "^19.1.8",
1111
"@types/react-dom": "^19.1.6",
1212
"@vitejs/plugin-react-swc": "^3.10.2",

docs/pages/index/+Page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Page() {
1010
<>
1111
<div
1212
style={{
13-
background: 'var(--bg-color)',
13+
background: 'var(--color-bg-gray)',
1414
paddingTop: 50,
1515
paddingBottom: 80,
1616
}}
@@ -20,7 +20,7 @@ function Page() {
2020
</div>
2121
<div
2222
style={{
23-
background: 'var(--bg-color)',
23+
background: 'var(--color-bg-gray)',
2424
marginTop: 'var(--block-margin)',
2525
paddingTop: 60,
2626
paddingBottom: 120,

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)