use built in vite preprocess, svelte coloured icon

This commit is contained in:
2023-01-05 21:46:52 +02:00
parent 43d046a519
commit 3113df2fa9
5 changed files with 5 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<div
class="flex flex-col justify-center sm:flex-row gap-1 border-t border-t-solid border-t-grey p-3 text-sm"
>
<span class="flex flex-row items-center gap-1">Made with <div class="i-simple-icons:svelte" />SvelteKit <span class="hidden sm:block">-</span></span>
<span class="flex flex-row items-center gap-1">Made with <div class="i-simple-icons:svelte text-[#FF3E00]" />SvelteKit <span class="hidden sm:block">-</span></span>
<a href="https://github.com/ProjectSegfault/website">Source code</a>
</div>
</footer>

View File

@@ -137,11 +137,11 @@
}
.icon > span {
@apply flex nav\:hidden;
@apply flex text-sm nav\:hidden;
}
.icon {
@apply flex flex-row items-center gap-2;
@apply flex flex-row items-center gap-2 text-base;
}
.hasJS {