We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc6a81 commit d6406c2Copy full SHA for d6406c2
apps/svelte.dev/src/routes/packages/+page.svelte
@@ -17,6 +17,7 @@
17
<h1>Packages</h1>
18
<p>
19
We've collected a few of our favourite packages that work well with Svelte and SvelteKit apps.
20
+ Official packages are marked with the <span class="svelte-logo" aria-label="Svelte"></span> logo.
21
</p>
22
</header>
23
@@ -44,4 +45,17 @@
44
45
h1 {
46
margin: 0 0 2rem 0;
47
}
48
+
49
+ .svelte-logo {
50
+ position: relative;
51
+ top: 0.15em;
52
+ display: inline-block;
53
+ width: 1em;
54
+ aspect-ratio: 1;
55
+ background: #ff3e00;
56
+ mask-size: contain;
57
+ mask-image: url(icons/svelte-cutout);
58
+ mask-repeat: no-repeat;
59
+ mask-position: 50% 50%;
60
+ }
61
</style>
0 commit comments