fix: privacy and tos inconsistencies

This commit is contained in:
2026-03-19 17:40:25 +04:00
parent c08d1a10ac
commit 92029e97c0
3 changed files with 48 additions and 69 deletions
@@ -9,6 +9,15 @@
<link rel="stylesheet" href="/assets/tailwind.css?v=<%= it.cssHash %>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
.prose h2 { font-size: 1.25rem; font-weight: 600; color: #f3f4f6; margin-top: 2.5rem; margin-bottom: 0.75rem; }
.prose p { color: #9ca3af; line-height: 1.75; margin-bottom: 1rem; }
.prose ul { margin-bottom: 1rem; padding-left: 1.25rem; }
.prose li { color: #9ca3af; line-height: 1.75; margin-bottom: 0.25rem; list-style-type: disc; }
.prose strong { color: #e5e7eb; font-weight: 600; }
.prose a { color: #60a5fa; text-decoration: none; }
.prose a:hover { text-decoration: underline; }
</style>
</head>
<body class="bg-[#0a0a0a] text-gray-100 font-sans antialiased text-[15px]">