Update brand color & preprocess config
This commit is contained in:
parent
8bf90714da
commit
ec1aee60a1
@ -4,6 +4,7 @@ import svelteSvg from '@poppanator/sveltekit-svg';
|
|||||||
|
|
||||||
export const preprocess = sveltePreprocess({
|
export const preprocess = sveltePreprocess({
|
||||||
postcss: true,
|
postcss: true,
|
||||||
|
preserve: ['ld+json'],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const plugins = [
|
export const plugins = [
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.theme-dark {
|
.theme-dark {
|
||||||
/* Brand colors */
|
/* Brand colors */
|
||||||
--color-brand: hsl(155, 58%, 45%);
|
--color-brand: hsl(145, 78%, 48%);
|
||||||
--color-brand-light: hsl(155, 54%, 30%);
|
--color-brand-light: hsl(155, 54%, 35%);
|
||||||
--color-brand-dark: hsl(155, 58%, 25%);
|
--color-brand-dark: hsl(155, 58%, 25%);
|
||||||
--color-brand-contrast: hsl(0, 0%, 0%);
|
--color-brand-contrast: hsl(0, 0%, 0%);
|
||||||
|
|
||||||
|
|||||||
@ -4,10 +4,6 @@ title: Introduction
|
|||||||
|
|
||||||
## What is Omorphia?
|
## What is Omorphia?
|
||||||
|
|
||||||
<!--
|
|
||||||
> Omorphia is in early development, and not ready for use in any application. Contribute to it on [GitHub](https://github.com/modrinth/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.
|
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.
|
It uses [Svelte](https://svelte.dev/) to deliver the best performance with the least boilerplate.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user