Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Snipeur060 authored Aug 22, 2024
1 parent 713d598 commit 41dcc8b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
<title>Home - French Pterodactyl</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;display=swap">

<style>
::-webkit-scrollbar {
width: 20px;
}

::-webkit-scrollbar-track {
background-color: transparent;
}

::-webkit-scrollbar-thumb {
background-color: #a8bbbf;
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
background-color: rgba(144, 164, 169, 0.51);
}
</style>
</head>

<body>
Expand Down Expand Up @@ -55,4 +76,4 @@ <h1 class="fw-bold">French Traduction Pterodactyl</h1>
<script src="assets/js/script.min.js"></script>


</body></html>
</body></html>

0 comments on commit 41dcc8b

Please sign in to comment.