TEST
This commit is contained in:
@@ -77,6 +77,34 @@ foreach ($GLOBALS['page_header_scripts'] as $script) {
|
||||
}
|
||||
?>
|
||||
|
||||
<script>
|
||||
window.tailwind = window.tailwind || {};
|
||||
window.tailwind.config = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'brand-primary': '#3a6ff8',
|
||||
'brand-primarySoft': '#e8f1ff',
|
||||
'brand-border': '#dfe6f4',
|
||||
'brand-bg': '#f9fbff',
|
||||
'brand-surface': '#ffffff',
|
||||
'brand-text': '#0f1f3d',
|
||||
'brand-muted': '#5f6b85'
|
||||
},
|
||||
fontFamily: {
|
||||
heading: ['"Montserrat"', '"Plus Jakarta Sans"', '"Inter"', 'system-ui', 'sans-serif']
|
||||
},
|
||||
borderRadius: {
|
||||
xl2: '1.75rem',
|
||||
xl3: '2.25rem'
|
||||
},
|
||||
boxShadow: {
|
||||
soft: '0 18px 45px rgba(58, 111, 248, 0.18)'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<!-- Tailwind (Dev) -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user