Skip to content

Commit

Permalink
feat: new wiki styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Sep 21, 2024
1 parent 0f03240 commit 07e2e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import starlightPlugin from '@astrojs/starlight-tailwind';

const accent = { 200: '#ffff', 600: '#9c00d7', 900: '#490f64', 950: '#321244' };
const gray = { 100: '#faf3ff', 200: '#f5e8fe', 300: '#ffff', 400: '#fffff', 500: '#664b79', 700: '#ffff', 800: 'rgba(0, 0, 0, 0.212)', 900: 'rgba(0, 0, 0, 0.192)' };

const accent = { 200: '#c8c8c8', 600: '#4e4e4e', 900: '#323232', 950: '#242424' };
const gray = { 100: '#f6f6f6', 200: '#eeeeee', 300: '#c2c2c2', 400: '#8b8b8b', 500: '#585858', 700: '#383838', 800: 'rgba(0, 0, 0, 0.212)', 900: '#181818' };

export default {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
Expand Down

0 comments on commit 07e2e04

Please sign in to comment.