Untitled

 avatar
unknown
plain_text
3 months ago
207 B
3
Indexable
<script>
    tailwind.config = {
      theme: {
        extend: {
          colors: {
            primary: '#1D4ED8', // Set your custom primary color here
          },
        },
      },
    };
  </script>
Editor is loading...
Leave a Comment