HEX
Server: LiteSpeed
System: Linux premium260.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: aliazzsr (627)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/aliazzsr/html.vqode.com/Just-tutor-lah/tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./*.{html,js}"],
  theme: {
    extend: {
      colors: {
        purple: "#a41d48", 
        secondary: "#ff9900", 
        gray: "#e5e5e3",
        "dark-gray": "#1d1d1d",
        yellowColor: "#F79532",
        "paragraph-color": "#6b7280",
      },
    },
  },
  plugins: [],
};