feat: style scrollbars
This commit is contained in:
parent
1c26daa797
commit
2ad22bb1df
4 changed files with 26 additions and 19 deletions
|
@ -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>
|
Reference in a new issue