Ajout de custom scroll bar
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
/* ===== Scrollbar CSS ===== */
|
||||
/* Firefox */
|
||||
* {
|
||||
scrollbar-width: auto;
|
||||
scrollbar-color: #ffffff #ffffff;
|
||||
}
|
||||
|
||||
/* Chrome, Edge, and Safari */
|
||||
*::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
background: black;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background-color: #ffffff;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #ffffff;
|
||||
}
|
||||
|
||||
:root{
|
||||
--main-text-color: white;
|
||||
--main-text-family: 'Source Sans Pro', sans-serif;
|
||||
|
Reference in New Issue
Block a user