feat(docker): add docker configuration files and update styles

refactor: convert script tags to link tags for stylesheets in HTML files
fix: update PDF download to use Uint8Array for blob creation
style: reformat CSS file for better readability and organization
This commit is contained in:
abdullahalam123
2025-10-12 18:23:13 +05:30
parent 5e72d7ca2d
commit 3f90e5ed8d
38 changed files with 269 additions and 129 deletions

View File

@@ -8,15 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" type="image/png" href="images/favicon.svg">
<script type="module" src="./src/css/styles.css"></script>
<style>
.legal-content h2 { @apply text-2xl font-bold text-white mt-8 mb-4; }
.legal-content h3 { @apply text-xl font-semibold text-indigo-400 mt-6 mb-3; }
.legal-content p { @apply mb-4 leading-relaxed text-gray-400; }
.legal-content ul { @apply list-disc list-inside mb-4 pl-4 text-gray-400; }
.legal-content a { @apply text-indigo-400 underline hover:text-indigo-300; }
</style>
<link href="/src/css/styles.css" rel="stylesheet">
</head>
<body class="antialiased bg-gray-900 text-gray-300">
<nav class="bg-gray-800 border-b border-gray-700 sticky top-0 z-30">