Restyle site to match flowautomate.ai design system
Replace Navy (#1B3A5C) / Gold (#C9A94E) with flowautomate.ai's red (#FF1F1F) / dark neutral (#171717, #262626) theme. Add Inter + Poppins Google Fonts, update logo, email templates, and CSP headers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<link rel="canonical" href="https://houses.flowautomate.ai/terms.html">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<style>.legal{max-width:760px;margin:0 auto;padding:48px 20px 64px;}.legal h1{color:#1B3A5C;font-size:32px;margin-bottom:8px;}.legal .date{color:#6C757D;font-size:14px;margin-bottom:32px;}.legal h2{color:#1B3A5C;font-size:20px;margin:28px 0 12px;}.legal p,.legal li{color:#555;font-size:15px;line-height:1.7;margin-bottom:12px;}.legal ul{padding-left:20px;}.legal a{color:#C9A94E;}</style>
|
||||
<style>.legal{max-width:760px;margin:0 auto;padding:48px 20px 64px;}.legal h1{color:#171717;font-size:32px;margin-bottom:8px;font-family:'Poppins',sans-serif;font-weight:600;}.legal .date{color:#7b7b7b;font-size:14px;margin-bottom:32px;}.legal h2{color:#171717;font-size:20px;margin:28px 0 12px;font-family:'Poppins',sans-serif;font-weight:600;}.legal p,.legal li{color:#555;font-size:15px;line-height:1.7;margin-bottom:12px;}.legal ul{padding-left:20px;}.legal a{color:#FF1F1F;}</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<div class="container">
|
||||
<div class="footer__bottom" style="border:none;padding-top:0;">
|
||||
<p>© 2026 Flowautomate LLC. All rights reserved.</p>
|
||||
<p><a href="/" style="color:#C9A94E;">Back to Home</a></p>
|
||||
<p><a href="/" style="color:#FF1F1F;">Back to Home</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user