Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Jun 16, 2024
1 parent 3ac49e2 commit 7b48146
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@

<link rel="stylesheet" href="/i/styles.css">
{% include analytics.html %}

<style>
*::-webkit-scrollbar-button { display: none; }
*::-webkit-scrollbar { width: 8px; height: 8px; }
*::-webkit-scrollbar-track { background: rgba(128, 128, 128, 0.2); border-radius: 10px; }
*::-webkit-scrollbar-thumb { background-color: rgba(128, 128, 128, 0.3); border-radius: 10px; }
*::-webkit-scrollbar-thumb:hover { background-color: rgba(128, 128, 128, 0.3); }
</style>
</head>

<body>
Expand Down

0 comments on commit 7b48146

Please sign in to comment.