Initial commit
This commit is contained in:
23
web/tailwind.config.js
Normal file
23
web/tailwind.config.js
Normal file
@@ -0,0 +1,23 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./**/*.{html,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'co-blue': '#243887',
|
||||
'co-lightblue': '#907eff',
|
||||
'co-red': '#ff1300',
|
||||
'co-green': '#6cc11f',
|
||||
'co-yellow': '#ffdd00',
|
||||
'co-orange': 'ff5300',
|
||||
},
|
||||
borderRadius: {
|
||||
'co': '40%',
|
||||
}
|
||||
},
|
||||
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/forms'),
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user