ln auth added and email service activated

This commit is contained in:
Benjamin Takats
2022-12-01 20:35:54 +01:00
parent cfa566ebbf
commit 0003dc2bc8
9 changed files with 283 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
const defaultTheme = require('tailwindcss/defaultTheme')
const colors = require('tailwindcss/colors')
/** @type {import('tailwindcss').Config} */
module.exports = {
@@ -46,6 +47,12 @@ module.exports = {
'800': '#673B04',
'900': '#361F02'
},
primary: colors.amber,
secondary: colors.slate,
positive: colors.emerald,
negative: colors.red,
warning: colors.amber,
info: colors.blue,
},
fontFamily: {
sans: [