fix: Lower colour of bg graphic to make text easier to read
All checks were successful
Build Docker / Build Image (push) Successful in 46s

This commit is contained in:
2025-08-05 16:03:28 +10:00
parent 2115908983
commit c9bfa97be2
3 changed files with 2 additions and 1 deletions

View File

@@ -58,7 +58,7 @@
</div>
</nav>
<main class="page landing-page">
<section class="clean-block clean-hero" style="color: rgba(255,255,255,0);background: url(&quot;/assets/img/backgrounds/polygraph2.svg&quot;) no-repeat;background-size: cover;">
<section class="clean-block clean-hero" style="color: rgba(255,255,255,0);background: url(&quot;/assets/img/backgrounds/landing.svg&quot;) no-repeat;background-size: cover;">
<div class="text" style="max-width: 700px;"><img src="/assets/img/HandshakeAustraliaT.webp" width="50%" style="margin-bottom: 30px;">
<p style="color: black;">The home of Australians using the decentralized web, built on Handshake.<br>Handshake is an alternative to a centralised DNS root authority that ensures a fair and transparent root zone.<br>No one owns or controls Handshake.</p>
</div>