Worked some shit

This commit is contained in:
2026-03-26 18:43:38 +01:00
parent 579da7b357
commit 1d231e2dcf
6 changed files with 106 additions and 1 deletions

View File

@@ -4,6 +4,26 @@
url('assets/sftr.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #071c2dff;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #8bc8feff;
border-radius: 5px;
margin: 3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #8bc8feff;
}
.txt-cyan {
color: #8bc8feff;
}