Skip to content

Commit f53fb74

Browse files
committed
update some things
1 parent eb2dc13 commit f53fb74

6 files changed

Lines changed: 1138 additions & 261 deletions

File tree

Privacy/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,23 @@
2626
ul { list-style-type: none; padding-left: 0; }
2727
li { margin-bottom: 0.5rem; display: flex; align-items: flex-start; gap: 10px; }
2828
li::before { content: "•"; color: #f44336; font-weight: bold; }
29+
/* Custom Scrollbar */
30+
::-webkit-scrollbar {
31+
width: 8px;
32+
}
33+
34+
::-webkit-scrollbar-track {
35+
background: var(--bg-dark);
36+
}
37+
38+
::-webkit-scrollbar-thumb {
39+
background: rgba(244, 66, 52, 0.5);
40+
border-radius: 10px;
41+
}
42+
43+
::-webkit-scrollbar-thumb:hover {
44+
background: var(--mrc);
45+
}
2946
</style>
3047
</head>
3148
<body>

Terms/index.html

Whitespace-only changes.

0 commit comments

Comments
 (0)