mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2025-08-18 22:17:50 +02:00
Add website
This commit is contained in:
18
docs/tailwind.config.js
Normal file
18
docs/tailwind.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
theme: {
|
||||
fontFamily: {
|
||||
display: ['Source Sans Pro', 'sans-serif'],
|
||||
body: ['Martel Sans', 'sans-serif'],
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
orange: '#e95527',
|
||||
bluedark: '#2364aa',
|
||||
blue: '#3da5d9',
|
||||
yellow: '#fec601'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
plugins: []
|
||||
}
|
Reference in New Issue
Block a user