mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-12-22 14:35:38 +01:00
Just made a custom scrollbar
This commit is contained in:
parent
8770a49800
commit
bdd3b90aa9
1 changed files with 17 additions and 0 deletions
17
src/app.html
17
src/app.html
|
@ -29,6 +29,23 @@
|
|||
height: 100%;
|
||||
background: #25294a;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #25294a;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #2c3e50;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #34495e;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
%sveltekit.head%
|
||||
|
|
Loading…
Reference in a new issue