🎨 minor UI tweaks

This commit is contained in:
Liyas Thomas
2019-09-12 17:42:25 +05:30
parent 96750cd04f
commit d67e22e57b
4 changed files with 10 additions and 6 deletions

View File

@@ -7,14 +7,15 @@ $responsiveWidth: 720px;
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, .3);
background-color: rgba(0, 0, 0, .5);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 0, .5);
background-color: rgba(0, 0, 0, .6);
}
::placeholder {