Allow changes to images for light and dark mode

This commit is contained in:
Nick Bland 2022-04-19 20:48:04 +10:00
parent 3ed78566a0
commit fdfe63c764
No known key found for this signature in database
GPG Key ID: B46CF88E4DAB4A2C

View File

@ -23,7 +23,8 @@ module.exports = {
500: '#FFCF4C', 500: '#FFCF4C',
600: '#F9F871', 600: '#F9F871',
}, },
} },
display: ['dark'],
}, },
}, },
plugins: [], plugins: [],