Archived
Template
1
Fork 0

Remove Shoelace CSS, keep JS

This commit is contained in:
Korbs 2024-01-31 06:59:51 -05:00
parent b008645346
commit 483ea2043f
No known key found for this signature in database

View file

@ -18,6 +18,5 @@ const { Title, Description } = Astro.props
<link rel="icon" type="image/png" sizes="256x256" href="/assets/images/favicon/256x256.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/32x32.png">
<link rel="stylesheet" href="/@shoelace-style/shoelace/cdn/themes/dark.css" onload="document.documentElement.classList.add('sl-theme-dark');"/>
<script type="module" src="/@shoelace-style/shoelace/cdn/shoelace.js"></script>
</head>