diff --git a/README.md b/README.md index 2d2132b..a57e965 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ # floral.systems +website for The Distro&pkgset ecosystem + ```bash bun i bun dev ``` -## Building +## building -To create a production version of your app: +to create a production version of your app: ```bash bun run build ``` -You can preview the production build with `npm run preview`. +you can preview the production build with `bun run preview`. -> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. +> to deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. ## license diff --git a/src/main.css b/src/main.css index 823ea68..687eaf5 100644 --- a/src/main.css +++ b/src/main.css @@ -29,7 +29,7 @@ body { } b { - @apply text-lavender-500; + @apply text-coral-700; } a:not(.no-link-style), button.link-style { @@ -39,6 +39,6 @@ a:not(.no-link-style), button.link-style { @layer utilities { .link-style-u { - @apply text-lavender-500 hover:text-lavender-700 active:text-lavender-950 visited:text-spring-500 visited:hover:text-spring-700 active:text-spring-950 underline; + @apply text-coral-700 hover:text-coral-800 active:text-coral-950 visited:text-spring-500 visited:hover:text-spring-700 active:text-spring-950 underline; } } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index cb0b296..0314249 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,22 +1,22 @@