change scrollbar style

This commit is contained in:
DefectingCat
2023-07-11 09:14:07 +08:00
parent 58e3c702a7
commit 80e281b876

View File

@ -17,7 +17,7 @@
text-shadow: none;
}
/*
/*
font-family: 'Aleo', serif;
font-family: 'Aref Ruqaa', serif;
font-family: 'Barlow', sans-serif;
@ -40,13 +40,13 @@ font-family: 'Poppins', sans-serif;
/* 滚动槽 */
::-webkit-scrollbar {
width: 7px;
height: 7px;
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08); */
}
::-webkit-scrollbar-track-piece {