diff --git a/assets/css/app.css b/assets/css/app.css
index 7e39706..9f41c6d 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -202,13 +202,12 @@ section {
::-webkit-scrollbar-track {
border-radius: 6px;
- background-color: #FFF;
+ background-color: rgba(200, 200, 200, 0.3);
}
::-webkit-scrollbar-thumb {
border-radius: 6px;
background-color: rgba(144, 146, 152, 0.5);
- cursor: pointer;
transition: background-color .3s;
}
diff --git a/libs/sync-scroll.js b/assets/scripts/sync-scroll.js
similarity index 100%
rename from libs/sync-scroll.js
rename to assets/scripts/sync-scroll.js
diff --git a/index.html b/index.html
index 4905d26..c6d5773 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
-
+
@@ -66,8 +66,8 @@
- 复制
- 关于
+ 复制
+ 关于
@@ -112,8 +112,8 @@
-
+
diff --git a/libs/prettify/code-themes/github-v2.min.css b/libs/code-themes/github-v2.min.css
similarity index 100%
rename from libs/prettify/code-themes/github-v2.min.css
rename to libs/code-themes/github-v2.min.css
diff --git a/libs/prettify/code-themes/tomorrow-night-eighties.min.css b/libs/code-themes/tomorrow-night-eighties.min.css
similarity index 100%
rename from libs/prettify/code-themes/tomorrow-night-eighties.min.css
rename to libs/code-themes/tomorrow-night-eighties.min.css
diff --git a/libs/prettify/code-themes/tomorrow-night.min.css b/libs/code-themes/tomorrow-night.min.css
similarity index 100%
rename from libs/prettify/code-themes/tomorrow-night.min.css
rename to libs/code-themes/tomorrow-night.min.css
diff --git a/libs/prettify/code-themes/tomorrow.min.css b/libs/code-themes/tomorrow.min.css
similarity index 100%
rename from libs/prettify/code-themes/tomorrow.min.css
rename to libs/code-themes/tomorrow.min.css