Skip to content

Commit

Permalink
�[1;36m==> modified : src/css/custom.css �[0m
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsaeed509 committed Apr 13, 2024
1 parent 5acdea7 commit 346e5dd
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,24 @@
-webkit-background-clip: text; /* Clip text to the background's shape */
-webkit-text-fill-color: transparent; /* Make the text transparent */

}
}

/* ===== Scrollbar ==== */

* {
scrollbar-color: #04bdcb;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: .5rem;
}

*::-webkit-scrollbar-track {
background: var(--border);
}

*::-webkit-scrollbar-thumb {
background-color: var(--ifm-color-primary);
border-radius: 5px;
}

0 comments on commit 346e5dd

Please sign in to comment.