- update login page
This commit is contained in:
11
tailwind.config.js
vendored
11
tailwind.config.js
vendored
@@ -6,7 +6,16 @@ module.exports = {
|
||||
"./resources/views/**/*.blade.php"
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
'arial': ['Arial', 'sans-serif'],
|
||||
'roboto': ['Roboto', 'sans-serif'],
|
||||
'thasadith': ['Thasadith', 'sans-serif']
|
||||
},
|
||||
colors: {
|
||||
'logo-green': 'rgb(var(--color-logo-green) / <alpha-value>)'
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user