Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
1
2@supports not selector(::-webkit-scrollbar) {
3 scrollbar-color: rgba(0, 0, 0, 0.8) transparent;
4 scrollbar-width: thin;
5}
6
7::-webkit-scrollbar {
8 width: 7px;
9}
10::-webkit-scrollbar-track {
11 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
12}
13::-webkit-scrollbar-thumb {
14 background-color: darkslategray;
15 outline: 1px solid slategrey;
16 border-radius: 99px;
17}
18::webkit-scrollbar-thumb:hover {
19 background-color: slategray;
20}