Changed Scroll Bar color
This commit is contained in:
parent
489a2825dc
commit
bceb69677b
BIN
img/.DS_Store
vendored
BIN
img/.DS_Store
vendored
Binary file not shown.
21
index.html
21
index.html
@ -40,6 +40,27 @@
|
|||||||
color: #f2f1ef !important;
|
color: #f2f1ef !important;
|
||||||
font-family: "Glacial Indifference";
|
font-family: "Glacial Indifference";
|
||||||
}
|
}
|
||||||
|
/* width */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Track */
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
box-shadow: inset 0 0 5px grey;
|
||||||
|
background-color: rgb(12, 14, 26);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Handle */
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: rgb(38, 45, 75);
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Handle on hover */
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: rgb(31, 36, 61);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<!--For icons, go here: https://iconsvg.xyz/ -->
|
<!--For icons, go here: https://iconsvg.xyz/ -->
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user