Skip to content

Commit

Permalink
fix: improve contrast on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 21, 2024
1 parent 58f6b2c commit 919e774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

export default defineConfig({
shortcuts: {
'color-base': 'color-neutral-500 dark:color-neutral-300',
'color-base': 'color-neutral-800 dark:color-neutral-300',
'bg-base': 'bg-white dark:bg-neutral-900',
'border-base': 'border-#aaa3',

Expand Down

0 comments on commit 919e774

Please sign in to comment.