🐛 Fixed start_url'

This commit is contained in:
Liyas Thomas
2019-09-04 12:19:17 +05:30
parent 6545a9343d
commit 5602d2fd62
10 changed files with 173 additions and 79 deletions

View File

@@ -10,7 +10,11 @@ $responsiveWidth: 720px;
}
::-webkit-scrollbar-thumb {
background-color: #4a4a4a;
background-color: rgba(0, 0, 0, .3);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 0, .5);
}
* {