Skip to content

Commit c7bc72d

Browse files
committed
Fix styles
1 parent c3e6568 commit c7bc72d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/app.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
11-
11+
<link href="/src/styles.css" rel="stylesheet">
12+
1213
%sveltekit.head%
1314
</head>
1415
<body data-sveltekit-preload-data="hover">

src/routes/+page.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<script>
2-
import './styles.css'
3-
</script>
41
<div class="menu">
52
<ul>
63
<li><a href="/csr">Contar letras client side</a></li>
File renamed without changes.

0 commit comments

Comments
 (0)