Added background
Added About
This commit is contained in:
@ -1,29 +1,23 @@
|
||||
export default {
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
theme: {
|
||||
DEFAULT: 'var(--bg-color)',
|
||||
},
|
||||
surface: {
|
||||
DEFAULT: 'var(--surface-color)',
|
||||
},
|
||||
border: {
|
||||
theme: 'var(--border-color)',
|
||||
},
|
||||
primary: {
|
||||
light: '#5761dd',
|
||||
DEFAULT: 'var(--primary-color)',
|
||||
dark: '#3639a3',
|
||||
},
|
||||
secondary: {
|
||||
DEFAULT: 'var(--secondary-color)',
|
||||
},
|
||||
primary: '#041c40',
|
||||
secondary: '#e06923',
|
||||
'dark-bg': '#313131',
|
||||
'light-bg': '#F5EEE6',
|
||||
},
|
||||
backdropBlur: {
|
||||
'xs': '2px',
|
||||
'sm': '4px',
|
||||
'md': '8px',
|
||||
'lg': '12px',
|
||||
'xl': '20px',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user