This commit is contained in:
2025-12-04 20:28:25 -08:00
committed by GitHub
parent d9f87a7eb1
commit 495a5bb861
+7 -1
View File
@@ -31,6 +31,11 @@
overflow-x: hidden; overflow-x: hidden;
} }
a.-plain {
color: inherit !important;
text-decoration: none !important;
}
.headline { .headline {
font-family: 'Bebas Neue', sans-serif; font-family: 'Bebas Neue', sans-serif;
letter-spacing: 0.02em; letter-spacing: 0.02em;
@@ -1050,7 +1055,7 @@
<!-- CTA Section --> <!-- CTA Section -->
<section class="cta"> <section class="cta">
<h2 class="cta-text headline"><a href="https://github.com/jparkerweb/plan2code">START<br>PLANNING<br>NOW</a></h2> <h2 class="cta-text headline"><a class="-plain" href="https://github.com/jparkerweb/plan2code">START<br>PLANNING<br>NOW</a></h2>
<a href="https://github.com/jparkerweb/plan2code" class="cta-button" target="_blank" rel="noopener noreferrer">GET IT ON GITHUB</a> <a href="https://github.com/jparkerweb/plan2code" class="cta-button" target="_blank" rel="noopener noreferrer">GET IT ON GITHUB</a>
<p class="cta-subtext">Free and open source &mdash; transform your AI development workflow today</p> <p class="cta-subtext">Free and open source &mdash; transform your AI development workflow today</p>
</section> </section>
@@ -1150,3 +1155,4 @@
</body> </body>
</html> </html>