Skip to content

Commit 2869435

Browse files
committed
2 parents 96d39cb + d2f8d54 commit 2869435

4 files changed

Lines changed: 39 additions & 47 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"@types/react-dom": "^19.1.7",
8383
"@typescript-eslint/eslint-plugin": "^8.63.0",
8484
"@typescript-eslint/parser": "^8.63.0",
85-
"autoprefixer": "^10.5.2",
85+
"autoprefixer": "^10.5.4",
8686
"eslint": "^10.7.0",
8787
"eslint-plugin-react": "^7.37.5",
8888
"husky": "^9.1.7",
8989
"lint-staged": "^17.0.8",
9090
"postcss": "^8.5.19",
9191
"prettier": "^3.9.5",
92-
"prettier-plugin-tailwindcss": "^0.6.14",
92+
"prettier-plugin-tailwindcss": "^0.8.1",
9393
"tailwindcss": "^4.3.2",
9494
"typescript": "~5.3"
9595
},

src/components/header/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
align-items: center;
55
overflow: hidden;
66
padding: 3rem auto;
7-
background-color: #fafaf8;
7+
background-color: #FAFAF8;
88
color: #111827;
99
transition:
1010
background 0.4s ease,

src/css/custom.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -624,11 +624,11 @@ html[data-theme="dark"] article blockquote {
624624
}
625625
}
626626

627-
:root {
628-
--ifm-background-color: #fafaf8;
629-
--ifm-background-surface-color: #fafaf8;
630-
--ifm-navbar-background-color: #fafaf8;
631-
--ifm-footer-background-color: #fafaf8;
627+
:root, html[data-theme="light"] {
628+
--ifm-background-color: #FAFAF8;
629+
--ifm-background-surface-color: #FAFAF8;
630+
--ifm-navbar-background-color: #FAFAF8;
631+
--ifm-footer-background-color: #FAFAF8;
632632
--ifm-color-primary: #2e8555;
633633
--ifm-color-primary-dark: #29784c;
634634
--ifm-color-primary-darker: #277148;
@@ -689,7 +689,7 @@ body {
689689
text-decoration: none;
690690
}
691691

692-
[data-theme="dark"] {
692+
html[data-theme="dark"] {
693693
--ifm-background-color: #000000;
694694
--ifm-background-surface-color: #0a0a0a;
695695
--ifm-navbar-background-color: #000000;

0 commit comments

Comments
 (0)