From 00ea8a637ea66db059c0d37e2a53aec1f44a5a2f Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 16:16:58 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme-dark/templates/base.html?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme-dark/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index f893dd0..d027bbc 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -18,6 +18,11 @@ scrollbar-width: none; } + body::-webkit-scrollbar { + width: 0; + height: 0; + } + a { color: rgba(255, 255, 255, 0.8); text-decoration: none;