- update login page

This commit is contained in:
2023-07-27 20:49:26 +02:00
parent 93bbf2296d
commit 021dfc85f9
10 changed files with 116 additions and 9 deletions

11
tailwind.config.js vendored
View File

@@ -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: [],
}