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: {
transparent: 'transparent',
current: 'currentColor',
black: '#000000',
black: '#1a1a1a',
white: '#ffffff',
gray: {
50: '#f8fafc',