This commit is contained in:
2024-05-07 18:31:26 +05:00
parent 27bc23930e
commit eb57a7acb8
28 changed files with 1387 additions and 81 deletions
+25
View File
@@ -174,3 +174,28 @@ body {
margin: 0;
}
}
/* scrollbar */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #c7bdba;
border-radius: 99px;
}
:fullscreen::backdrop {
background: none;
}
body {
scrollbar-color: #c7bdba;
scrollbar-width: thin;
}