Added features

This commit is contained in:
Laux Dev
2026-02-27 11:05:46 +08:00
parent 7ca948c6ad
commit f13226d379
4 changed files with 642 additions and 18 deletions

View File

@@ -41,3 +41,13 @@ a {
color-scheme: dark;
}
}
::-webkit-scrollbar {
width: 8px; /* vertical */
height: 8px; /* horizontal */
background-color: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 2px;
background: #34384c;
}