From e1d391c451482a111742ea215af5fa638b61fe75 Mon Sep 17 00:00:00 2001 From: asforest Date: Mon, 14 Feb 2022 14:30:04 +0800 Subject: [PATCH] Make scrollbar thumb lighter in darkmode --- vue-dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vue-dark.css b/vue-dark.css index 814847b..aaf502a 100755 --- a/vue-dark.css +++ b/vue-dark.css @@ -807,3 +807,11 @@ html{ .ty-preferences .search-hit { background: var(--select-text-bg-color) } + +::-webkit-scrollbar-thumb { + background: #ffffff5e; +} + +::-webkit-scrollbar-thumb:active { + background: #ffffff9c; +}