Merge branch 'dark-mode' into 'staging'

Dark mode

See merge request PhilippHofer/rot!91
This commit is contained in:
PhilippHofer 2023-11-09 06:31:30 +00:00
commit ed0989e2a1

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',