Little style corrections

This commit is contained in:
2021-12-26 17:22:06 +01:00
parent c944a495e4
commit a5198dac97
3 changed files with 8 additions and 11 deletions

View File

@ -9,12 +9,10 @@
width:auto;
}
/*track*/
.container::-webkit-scrollbar-track {
background:rgb(0, 0, 0);
}
/*thumb*/
.container::-webkit-scrollbar-thumb {
background:rgb(24, 138, 24);
}