fresh look for docs

This commit is contained in:
yashsinghcodes
2024-05-06 13:28:49 +00:00
parent ef16173ac4
commit 8a3186a8c1
3 changed files with 809 additions and 875 deletions
+14
View File
@@ -90,3 +90,17 @@ code {
color: #fff;
font-size: 14px;
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background-color: #494949;
border-radius: 5px;
}
::-webkit-scrollbar-track {
background-color: rgb(26,26,26);
}