Gifari Industries - BD Cyber Security Team
Home
/
home
/
u861052488
/
domains
/
acharyashakti.com
/
public_html
/
✏️
Editing: tailwind.config.js
import defaultTheme from 'tailwindcss/defaultTheme'; import forms from '@tailwindcss/forms'; /** @type {import('tailwindcss').Config} */ export default { content: [ './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php', './storage/framework/views/*.php', './resources/views/**/*.blade.php', ], theme: { extend: { fontFamily: { sans: ['Figtree', ...defaultTheme.fontFamily.sans], outfit: ['Outfit', ...defaultTheme.fontFamily.sans], }, colors: { astral: { DEFAULT: '#3b0062', // Deep Purple light: '#5d3fd3', dark: '#1a0033', }, stellar: { DEFAULT: '#0a0e27', // Dark Blue accent: '#1e293b', }, celestial: { DEFAULT: '#d4af37', // Gold bright: '#ffd700', } } }, }, plugins: [forms], };
💾 Save
❌ Cancel