Skip to content

Commit

Permalink
chore(docs): update Docusaurus to 3.1.1 (fix #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
balsigergil committed Jan 28, 2024
1 parent 8667ac1 commit 8fd8e3e
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 199 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@docusaurus/core": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/tsconfig": "3.1.0",
"@docusaurus/types": "3.1.0",
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/types": "^3.1.1",
"typescript": "~5.2.2"
},
"browserslist": {
Expand Down
11 changes: 3 additions & 8 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
}

.member-avatar {
color: #222;
width: 40px;
aspect-ratio: 1 / 1;
border-radius: 9999px;
Expand All @@ -60,15 +61,9 @@
}

.member-job {
color: #555;
color: var(--member-job-color, #555);
}

[data-theme="dark"] {
.member-job {
color: #bbb;
}

.member-avatar {
color: #222;
}
--member-job-color: #bbb;
}
Loading

0 comments on commit 8fd8e3e

Please sign in to comment.