Skip to content

Commit

Permalink
style(config): Update unocss theme config
Browse files Browse the repository at this point in the history
  • Loading branch information
bonbisu committed Aug 9, 2022
1 parent 2905ce3 commit 6a918e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unocss.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ export default defineConfig({
['title', 'text-3xl md:text-5xl font-bold tracking-tight leading-tight'],
['subtitle', 'text-lg md:text-3xl font-semibold tracking-tight leading-tight'],
['green-section', 'bg-light dark:bg-dark text-stone-700 dark:text-stone-300'],
['gray-section', 'bg-stone-300 dark:bg-stone-700 text-dark dark:text-light'],
['brown-section', 'bg-stone-300 dark:bg-stone-700 text-dark dark:text-light'],
['section-border', 'border-b-3 border-stone-700 dark:border-stone-300'],
['brut-padding', 'bg-white dark:bg-stone-700 py-2 px-3'],
['brut-padding-text', 'text-stone-700 dark:text-white'],
],
presets: [
presetUno(),
Expand Down

0 comments on commit 6a918e2

Please sign in to comment.