🛠️ Add dark/light mode.

This commit is contained in:
pheralb
2023-03-20 10:30:32 +00:00
parent 89a34ee595
commit 7911c6718e
5 changed files with 95 additions and 23 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ module.exports = {
theme: {
extend: {
colors: {
dark: '#161616'
dark: '#161616',
light: '#f5f5f5'
},
fontFamily: {
sans: ['General-Sans', 'sans-serif']