more actions, new colors (very bad going to change)
This commit is contained in:
@@ -9,7 +9,14 @@ module.exports = {
|
||||
'./nuxt.config.{js,ts}',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
'primary': {
|
||||
'dark-bg': '#181624',
|
||||
DEFAULT: '#282a36'
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user