1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00
This commit is contained in:
gilbN 2019-02-19 19:52:24 +01:00
parent 8da424dc1b
commit ed3b45cbe8

View File

@ -33,13 +33,13 @@ body {
::-webkit-scrollbar {
width: 10px !important;
height: 10px !important;
background: rgba(0, 0, 0, .25) !important;
background: #1f1f1f !important;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
background-color: hsla(0,0%,100%,.08) !important;
background-color: rgba(255, 255, 255, 0.25) !important;
}
.navbar-inverse {