Skip to content

Commit

Permalink
try fix vite scss again 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jul 17, 2023
1 parent f7066ef commit ae7881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link rel="shortcut icon" type="image/png" href="./img/favicon-32x32.png" sizes="32x32" />
<link rel="shortcut icon" type="image/png" href="./img/favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" />
<link id="style-light" rel="stylesheet" type="text/css" href="./styles/styles_light.scss" media="(prefers-color-scheme: light)"/>
<link id="style-dark" rel="stylesheet" type="text/css" href="./styles/styles_dark.scss" media="(prefers-color-scheme: dark)"/>
<link id="style-light" rel="stylesheet" type="text/css" href="./styles/styles_light.scss" disabled=""/>
<link rel="stylesheet" type="text/css" href="./styles/styles.css" />
<style>
html {
Expand Down

0 comments on commit ae7881b

Please sign in to comment.