Gonna try to start using git properly

This commit is contained in:
Eclypsed
2024-01-06 22:05:51 -05:00
parent b2790a7151
commit 0da467d1e0
57 changed files with 2592 additions and 341 deletions

View File

@@ -12,3 +12,27 @@
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* Default scrollbar for Chrome, Safari, Edge and Opera */
::-webkit-scrollbar {
width: 20px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 10px 10px rgba(100, 100, 100, 0.6);
border: solid 7px transparent;
}
/* Default scrollbar for Chrome, Safari, Edge, and Opera */
:root {
scrollbar-width: thin; /* Default scrollbar width for Firefox */
scrollbar-color: grey transparent; /* Default scrollbar colors for Firefox */
--jellyfin-purple: #aa5cc3;
--jellyfin-blue: #00a4dc;
--lazuli-primary: #ed6713;
}