mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-11 20:04:55 +02:00
🐛 fix(_update): delete deprecated deps
This commit is contained in:
10
package.json
10
package.json
@@ -16,12 +16,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "3.1.1",
|
"@docusaurus/core": "3.1.1",
|
||||||
"@docusaurus/preset-classic": "3.1.1",
|
"@docusaurus/preset-classic": "3.1.1",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.1.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.1.1",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"prism-react-renderer": "^2.3.0",
|
"prism-react-renderer": "^2.4.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.0.0"
|
"react-dom": "^18.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "3.1.1",
|
"@docusaurus/module-type-aliases": "3.1.1",
|
||||||
|
10379
pnpm-lock.yaml
generated
Normal file
10379
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,55 +4,70 @@
|
|||||||
* work well for content-centric websites.
|
* work well for content-centric websites.
|
||||||
*/
|
*/
|
||||||
@import 'font-awesome/css/font-awesome.min.css';
|
@import 'font-awesome/css/font-awesome.min.css';
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap');
|
||||||
/* You can override the default Infima variables here. */
|
|
||||||
:root {
|
/* You can override the default Infima variables here. */
|
||||||
--ifm-color-primary: #4f46e5;
|
:root {
|
||||||
--ifm-color-primary-dark: #4f46e5;
|
--ifm-color-primary: #4f46e5;
|
||||||
--ifm-color-primary-darker: #4f46e5;
|
--ifm-color-primary-dark: #4f46e5;
|
||||||
--ifm-color-primary-darkest: #4f46e5;
|
--ifm-color-primary-darker: #4f46e5;
|
||||||
--ifm-color-primary-light: #4f46e5;
|
--ifm-color-primary-darkest: #4f46e5;
|
||||||
--ifm-color-primary-lighter: #4f46e5;
|
--ifm-color-primary-light: #4f46e5;
|
||||||
--ifm-color-primary-lightest: #4f46e5;
|
--ifm-color-primary-lighter: #4f46e5;
|
||||||
--ifm-code-font-size: 95%;
|
--ifm-color-primary-lightest: #4f46e5;
|
||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
--ifm-code-font-size: 95%;
|
||||||
}
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
/* Custom font for code */
|
||||||
[data-theme='dark'] {
|
--ifm-font-family-code: 'Fira Code', monospace;
|
||||||
--ifm-color-primary: #4f46e5;
|
}
|
||||||
--ifm-color-primary-dark: #4f46e5;
|
|
||||||
--ifm-color-primary-darker: #4f46e5;
|
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||||
--ifm-color-primary-darkest: #4f46e5;
|
[data-theme='dark'] {
|
||||||
--ifm-color-primary-light: #4f46e5;
|
--ifm-color-primary: #4f46e5;
|
||||||
--ifm-color-primary-lighter: #4f46e5;
|
--ifm-color-primary-dark: #4f46e5;
|
||||||
--ifm-color-primary-lightest: #4f46e5;
|
--ifm-color-primary-darker: #4f46e5;
|
||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
--ifm-color-primary-darkest: #4f46e5;
|
||||||
}
|
--ifm-color-primary-light: #4f46e5;
|
||||||
|
--ifm-color-primary-lighter: #4f46e5;
|
||||||
.navbar__icon {
|
--ifm-color-primary-lightest: #4f46e5;
|
||||||
height: 2rem;
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||||
width: 2rem;
|
}
|
||||||
}
|
|
||||||
|
.navbar__icon {
|
||||||
.navbar__github {
|
height: 2rem;
|
||||||
-webkit-tap-highlight-color: transparent;
|
width: 2rem;
|
||||||
display: flex;
|
}
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
.navbar__github {
|
||||||
border-radius: 50%;
|
-webkit-tap-highlight-color: transparent;
|
||||||
font-size: 1.5rem;
|
display: flex;
|
||||||
transition: background var(--ifm-transition-fast);
|
align-items: center;
|
||||||
}
|
justify-content: center;
|
||||||
|
border-radius: 50%;
|
||||||
html[data-theme='light'] .navbar__github {
|
font-size: 1.5rem;
|
||||||
color: #4f46e5;
|
transition: background var(--ifm-transition-fast);
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme='dark'] .navbar__github {
|
html[data-theme='light'] .navbar__github {
|
||||||
color: #4f46e5;
|
color: #4f46e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__github:hover {
|
html[data-theme='dark'] .navbar__github {
|
||||||
background: var(--ifm-color-emphasis-200);
|
color: #4f46e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar__github:hover {
|
||||||
|
background: var(--ifm-color-emphasis-200);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Apply Fira Code to code blocks and preformatted text */
|
||||||
|
code, pre {
|
||||||
|
font-family: 'Fira Code', monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Optionally apply Fira Code globally for body */
|
||||||
|
body {
|
||||||
|
font-family: 'Fira Code', monospace;
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user