This commit is contained in:
Björn Fromme
2025-02-27 19:21:12 +01:00
parent f5d3619c4a
commit ac498f9040
15 changed files with 311 additions and 185 deletions
+7 -4
View File
@@ -2,8 +2,7 @@
module.exports = {
content: [
'./templates/**/*.twig',
'./src/Twig/*.php',
'./src/Menu/*.php',
'./src/**/*.php',
],
safelist: ['rotate-90'],
theme: {
@@ -22,8 +21,12 @@ module.exports = {
'primary-light': '#0080ff',
'primary-medium': '#165883',
'primary-dark': '#18527b',
pink: '#fa1a8c',
}
pink: '#960167',
},
backgroundImage: {
'badge-gradient': 'linear-gradient(120deg, rgba(150,1,103,1) 0%, rgba(158,3,106,1) 40%, rgba(250,26,140,1) 100%)',
'brand-gradient': 'linear-gradient(to top right, #009fff, #165883, #18527b)',
},
},
},
plugins: [