feat: style scrollbars

This commit is contained in:
Cory Dransfeldt 2023-08-15 08:54:50 -07:00
parent 1c26daa797
commit 2ad22bb1df
No known key found for this signature in database
4 changed files with 26 additions and 19 deletions

View file

@ -61,7 +61,7 @@
<style>.client-side {display:none}</style>
</noscript>
</head>
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800">
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800 scrollbar-thin scrollbar-thumb-purple-500 scrollbar-track-purple-100">
{{ content }}
</body>
</html>