Merge branch 'brighter-black' into 'dark-mode'

use a slightly brighter black

See merge request PhilippHofer/rot!82
This commit is contained in:
PhilippHofer 2023-11-09 05:52:36 +00:00
commit 1dd30f9c75

View File

@ -8,7 +8,7 @@ export default {
colors: { colors: {
transparent: 'transparent', transparent: 'transparent',
current: 'currentColor', current: 'currentColor',
black: '#000000', black: '#1a1a1a',
white: '#ffffff', white: '#ffffff',
gray: { gray: {
50: '#f8fafc', 50: '#f8fafc',