Prepare feature branch for PR

This commit is contained in:
Omer Celik
2026-02-22 21:29:55 +00:00
parent 162cf4fb84
commit 831a50cf61
10 changed files with 1331 additions and 11 deletions
+26
View File
@@ -125,6 +125,32 @@
text-orientation: mixed;
letter-spacing: 0.1em;
}
.scrollbar-visible {
scrollbar-width: thin;
-ms-overflow-style: auto;
scrollbar-color: #d8ab4f #2b2b2b;
}
.scrollbar-visible::-webkit-scrollbar {
display: block;
width: 10px;
height: 10px;
}
.scrollbar-visible::-webkit-scrollbar-track {
background: #2b2b2b;
}
.scrollbar-visible::-webkit-scrollbar-thumb {
background: #d8ab4f;
border-radius: 9999px;
border: 2px solid #131313;
}
.scrollbar-visible::-webkit-scrollbar-thumb:hover {
background: #e2b85e;
}
}
@keyframes fadeInScale {