Skip to content

Commit c3cd9c8

Browse files
committed
fix(website): add is:inline to prevent Astro style scoping on landing page
1 parent 596b267 commit c3cd9c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="preconnect" href="https://fonts.googleapis.com" />
1616
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1717
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
18-
<style>
18+
<style is:inline>
1919
* { margin: 0; padding: 0; box-sizing: border-box; }
2020
:root {
2121
--bg: #06080d;
@@ -395,7 +395,7 @@
395395
<!-- Nav -->
396396
<nav>
397397
<a href="/" class="nav-logo">
398-
<svg viewBox="0 0 28 28" fill="none"><rect x="2" y="2" width="24" height="24" rx="6" stroke="#3bf0e4" stroke-width="2"/><path d="M9 14l3 3 7-7" stroke="#3bf0e4" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
398+
<svg viewBox="0 0 28 28" width="28" height="28" fill="none"><rect x="2" y="2" width="24" height="24" rx="6" stroke="#3bf0e4" stroke-width="2"/><path d="M9 14l3 3 7-7" stroke="#3bf0e4" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
399399
FlutterProbe
400400
</a>
401401
<div class="nav-r">

0 commit comments

Comments
 (0)