Update brand color & preprocess config

This commit is contained in:
venashial 2022-05-20 21:47:14 -07:00
parent 8bf90714da
commit ec1aee60a1
3 changed files with 3 additions and 6 deletions

View File

@ -4,6 +4,7 @@ import svelteSvg from '@poppanator/sveltekit-svg';
export const preprocess = sveltePreprocess({
postcss: true,
preserve: ['ld+json'],
});
export const plugins = [

View File

@ -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%);

View File

@ -4,10 +4,6 @@ title: Introduction
## 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.
It uses [Svelte](https://svelte.dev/) to deliver the best performance with the least boilerplate.