Move customizable components to /components

This commit is contained in:
prototypa
2023-01-22 02:36:58 -05:00
parent 5771f04607
commit 6ed5fb1f3f
3 changed files with 3 additions and 5 deletions

View File

@ -1,23 +0,0 @@
---
import '@fontsource/inter/variable.css';
// Nunito
// Dosis
---
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap" rel="stylesheet" />
<style is:inline is:global>
:root {
--aw-font-sans: 'InterVariable';
--aw-font-serif: var(--aw-font-sans);
--aw-font-heading: 'Nunito'; /* var(--aw-font-sans); */
--aw-color-primary: rgb(30 64 175);
--aw-color-secondary: rgb(30 58 138);
--aw-color-accent: rgb(109 40 217);
--aw-color-text-page: rgb(17 24 39);
--aw-color-text-muted: rgb(75 85 99);
--aw-color-bg-page: rgb(255 255 255);
}
</style>

View File

@ -1,6 +0,0 @@
---
---
<span class="self-center ml-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
🚀 AstroWind</span
>