diff --git a/src/css/connectivity.css b/src/css/connectivity.css index 390aaa1..09ae278 100644 --- a/src/css/connectivity.css +++ b/src/css/connectivity.css @@ -124,4 +124,24 @@ body { body { padding-top: 25px; } +} + +/* Scrollbar colors */ +/* Works on Firefox */ +* { + scrollbar-width: thin; + scrollbar-color: #2b3e50 #4e5d6c; +} + +/* Works on Chrome, Edge, and Safari */ +*::-webkit-scrollbar { + width: 6px; +} + +*::-webkit-scrollbar-track { + background: #2b3e50; +} + +*::-webkit-scrollbar-thumb { + background-color: #4e5d6c; } \ No newline at end of file diff --git a/src/css/tools.css b/src/css/tools.css index f866508..c45dd68 100644 --- a/src/css/tools.css +++ b/src/css/tools.css @@ -119,3 +119,23 @@ body { .tools .glyphicon-question-sign:hover { opacity: 0.75; } + +/* Scrollbar colors */ +/* Works on Firefox */ +* { + scrollbar-width: thin; + scrollbar-color: #2b3e50 #4e5d6c; +} + +/* Works on Chrome, Edge, and Safari */ +*::-webkit-scrollbar { + width: 6px; +} + +*::-webkit-scrollbar-track { + background: #2b3e50; +} + +*::-webkit-scrollbar-thumb { + background-color: #4e5d6c; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 91cf952..ee7276a 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ ip6.biz - +