Skip to content

Commit

Permalink
Merge pull request #13 from Aragur/add-dark-scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt authored Oct 4, 2022
2 parents c4c044f + 94fe2e7 commit 459ef72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/internal/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<style>
:root {
color-scheme: dark;
}
</style>
</head>

<body>
Expand Down

0 comments on commit 459ef72

Please sign in to comment.