From 3c0d5f04218442a9c7ffdd087a501badf654fe08 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Mar 2019 14:39:54 +0300 Subject: set scrollbar styles --- css/index.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'css') diff --git a/css/index.css b/css/index.css index 948768f..0a8cdd4 100644 --- a/css/index.css +++ b/css/index.css @@ -30,3 +30,20 @@ overflow : auto; } +::selection { + background : #007d71; + color : white; +} + +::-webkit-scrollbar { + width: 4px; +} + +::-webkit-scrollbar-thumb { + background-color: #007d71; +} + +::-webkit-scrollbar-track { + background-color: #eee; +} + -- cgit v1.2.3