mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Add dark/light mode.
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
dark: '#161616'
|
||||
dark: '#161616',
|
||||
light: '#f5f5f5'
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['General-Sans', 'sans-serif']
|
||||
|
||||
Reference in New Issue
Block a user