Remove Shoelace CSS, keep JS
This commit is contained in:
parent
b008645346
commit
483ea2043f
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
Reference in a new issue