mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Added new Hamann-Project
This commit is contained in:
26
HaWeb/tailwind.config.js
Normal file
26
HaWeb/tailwind.config.js
Normal file
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"./wwwroot/**/*.{html,js}",
|
||||
"./Views/**/*.{cshtml,html,js}",
|
||||
],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ['Biolinum', 'sans-serif'],
|
||||
serif: ['Libertine', 'serif'],
|
||||
},
|
||||
screens: {
|
||||
'sm': '786px',
|
||||
'md': '1024px',
|
||||
'lg': '1312px',
|
||||
'xl': '1440px',
|
||||
'2xl': '1680px',
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
'hamannHighlight': '#d80000',
|
||||
'hamannLightHighlight': '#cc7878'
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user