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;