diff --git a/src/package/config/svelte.config.js b/src/package/config/svelte.config.js index 99c2b6124..797c37291 100644 --- a/src/package/config/svelte.config.js +++ b/src/package/config/svelte.config.js @@ -4,6 +4,7 @@ import svelteSvg from '@poppanator/sveltekit-svg'; export const preprocess = sveltePreprocess({ postcss: true, + preserve: ['ld+json'], }); export const plugins = [ diff --git a/src/package/styles/themes/dark.postcss b/src/package/styles/themes/dark.postcss index a4b1f0126..7bdd09ab2 100644 --- a/src/package/styles/themes/dark.postcss +++ b/src/package/styles/themes/dark.postcss @@ -1,7 +1,7 @@ .theme-dark { /* Brand colors */ - --color-brand: hsl(155, 58%, 45%); - --color-brand-light: hsl(155, 54%, 30%); + --color-brand: hsl(145, 78%, 48%); + --color-brand-light: hsl(155, 54%, 35%); --color-brand-dark: hsl(155, 58%, 25%); --color-brand-contrast: hsl(0, 0%, 0%); diff --git a/src/routes/index.md b/src/routes/index.md index c531ccf9b..66604f9a8 100644 --- a/src/routes/index.md +++ b/src/routes/index.md @@ -4,10 +4,6 @@ title: Introduction ## What is Omorphia? - - Omorphia is Modrinth's style and reusable component library for use in all of its frontend applications, including [knossos](https://github.com/modrinth/knossos) (modrinth.com), [theseus](https://github.com/modrinth/theseus) (launcher), and planned projects such as Modrinth's in-house auth and ad-server. It uses [Svelte](https://svelte.dev/) to deliver the best performance with the least boilerplate.