From ea290176ad9d50b190006716a9f5cd1deea91008 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Wed, 6 Nov 2019 11:19:05 +0800 Subject: [PATCH] style: update project structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新项目目录结构 --- assets/css/app.css | 3 +-- {libs => assets/scripts}/sync-scroll.js | 0 index.html | 8 ++++---- libs/{prettify => }/code-themes/github-v2.min.css | 0 .../code-themes/tomorrow-night-eighties.min.css | 0 libs/{prettify => }/code-themes/tomorrow-night.min.css | 0 libs/{prettify => }/code-themes/tomorrow.min.css | 0 7 files changed, 5 insertions(+), 6 deletions(-) rename {libs => assets/scripts}/sync-scroll.js (100%) rename libs/{prettify => }/code-themes/github-v2.min.css (100%) rename libs/{prettify => }/code-themes/tomorrow-night-eighties.min.css (100%) rename libs/{prettify => }/code-themes/tomorrow-night.min.css (100%) rename libs/{prettify => }/code-themes/tomorrow.min.css (100%) 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