screens updated

This commit is contained in:
2024-06-25 12:05:39 +05:30
parent ae79f1f561
commit c50f69b9dc
26 changed files with 562 additions and 422 deletions

View File

@@ -160,7 +160,7 @@
/* Total scrollbar width */
::-webkit-scrollbar {
width: 4px;
width: 2px;
height: 12px;
}
@@ -173,14 +173,14 @@
/* The draggable scrollbar handle */
::-webkit-scrollbar-thumb {
background: #004118;
background: #0041184f;
border-radius: 10px;
cursor: grabbing;
}
/* On hover */
::-webkit-scrollbar-thumb:hover {
background: #004118;
background: #0041189a;
}