Untitled

Anonymous
plain_text
02/06/2025 12:14 PM
276 B
14
Indexable
<script>
    tailwind.config = {
      theme: {
        extend: {
          colors: {
            primary: '#1D4ED8', // Set your custom primary color here
          },
        },
      },
    };
  </script>
Editor is loading...
Leave a Comment