From a897917c9e30a0a40db7008485e4e3c182951cf2 Mon Sep 17 00:00:00 2001 From: Lee Teck Shuh <68265148+1703310@users.noreply.github.com> Date: Thu, 20 Aug 2020 12:40:11 +0800 Subject: [PATCH] Modify CSS in index.html --- docs/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0dc9db9..6365a03 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,25 +56,29 @@ ::-webkit-scrollbar-track { border-radius: 0px !important; + background: #f1f1f1; } ::-webkit-scrollbar-thumb { border-radius: 0px !important; - background: #212121 !important; + background: #888 !important; } + + ::-webkit-scrollbar-thumb:hover { + background: #555; + } html { font-family: 'Raleway', sans-serif; } hr { - width: 30%; + width: 70%; color: #212121 !important; } h1, h2, h3, h4, h5, h6 { - color: #212121 !important; - } + color: #0C31B9 !important; .logo { padding-top: 30px !important;