diff --git a/about/index.html b/about/index.html
index 01c53c56..590a6f6a 100644
--- a/about/index.html
+++ b/about/index.html
@@ -13,9 +13,9 @@
可选操作
diff --git a/css/tool_type.css b/css/tool_type.css
index d90668b8..b5be146e 100644
--- a/css/tool_type.css
+++ b/css/tool_type.css
@@ -48,6 +48,7 @@ body {
}
.nav_content .item h1 {
+ margin: 12px;
color: #E0E0E0
}
diff --git a/js/popup.js b/js/popup.js
index ddf07a18..a29c5a0e 100644
--- a/js/popup.js
+++ b/js/popup.js
@@ -65,7 +65,7 @@ function initData(){
}
// 后补
nav_html+=`
页内页项目贡献者Star 历史`
- list_html+=`
`
+ list_html+=`
`
// 后补结束
nav.innerHTML=nav_html;
list.innerHTML=list_html;