diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5c78ab7a..0a1176e6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,16 +4,9 @@
-
-
-
-
+
+
-
-
-
-
-
@@ -221,7 +214,15 @@
1744972862250
-
+
+
+ 1745049298628
+
+
+
+ 1745049298628
+
+
@@ -242,6 +243,7 @@
-
+
+
\ No newline at end of file
diff --git a/_static/css/extra.css b/_static/css/extra.css
new file mode 100644
index 00000000..723a324b
--- /dev/null
+++ b/_static/css/extra.css
@@ -0,0 +1,10 @@
+/* 修改夜间模式背景为灰色 */
+@media (prefers-color-scheme: dark) {
+ :root {
+ --md-default-bg-color: #2e2e2e; /* 页面主体背景 */
+ --md-footer-bg-color: #2e2e2e; /* 页脚 */
+ --md-header-bg-color: #2e2e2e; /* 顶部导航栏 */
+ --md-code-bg-color: #3a3a3a; /* 代码块背景(可选) */
+ --md-typeset-color: #e0e0e0; /* 正文字体颜色(增强对比) */
+ }
+}