minor fixes

This commit is contained in:
Anton Livaja 2025-04-03 10:25:11 -07:00
parent a9e1553c1d
commit 409126f8a0
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 8 additions and 14 deletions

View File

@ -41,6 +41,7 @@
<p>Co-Founder</p> <p>Co-Founder</p>
<p>Security Engineer</p> <p>Security Engineer</p>
<a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/6B61ECD76088748C70590D55E90A401336C8AAA9">Keyoxide</a> <a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/6B61ECD76088748C70590D55E90A401336C8AAA9">Keyoxide</a>
<span>|</span>
<a rel=”noopener noreferrer target="_blank" href="https://lance.dev/">Website</a> <a rel=”noopener noreferrer target="_blank" href="https://lance.dev/">Website</a>
</div> </div>
<div class="flex-container-inner card"> <div class="flex-container-inner card">
@ -48,6 +49,7 @@
<p>Co-Founder</p> <p>Co-Founder</p>
<p>Security Engineer</p> <p>Security Engineer</p>
<a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/F4BF5C81EC78A5DD341C91EEDC4B7D1F52E0BA4D">Keyoxide</a> <a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/F4BF5C81EC78A5DD341C91EEDC4B7D1F52E0BA4D">Keyoxide</a>
<span>|</span>
<a rel=”noopener noreferrer target="_blank" href="https://antonlivaja.com">Website</a> <a rel=”noopener noreferrer target="_blank" href="https://antonlivaja.com">Website</a>
</div> </div>
</div> </div>
@ -56,12 +58,14 @@
<h5>Ryan Heywood</h5> <h5>Ryan Heywood</h5>
<p>Security Engineer</p> <p>Security Engineer</p>
<a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/88823A75ECAA786B0FF38B148E401478A3FBEF72">Keyoxide</a> <a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/88823A75ECAA786B0FF38B148E401478A3FBEF72">Keyoxide</a>
<span>|</span>
<a rel=”noopener noreferrer target="_blank" href="https://ryansquared.pub">Website</a> <a rel=”noopener noreferrer target="_blank" href="https://ryansquared.pub">Website</a>
</div> </div>
<div class="flex-container-inner card"> <div class="flex-container-inner card">
<h5>Danny Grove</h5> <h5>Danny Grove</h5>
<p>Security Engineer</p> <p>Security Engineer</p>
<a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/C92FE5A3FBD58DD3EC5AA26BB10116B8193F2DBD">Keyoxide</a> <a rel=”noopener noreferrer target="_blank" href="https://keyoxide.org/C92FE5A3FBD58DD3EC5AA26BB10116B8193F2DBD">Keyoxide</a>
<span>|</span>
<a rel=”noopener noreferrer target="_blank" href="https://dannygrove.com/">Website</a> <a rel=”noopener noreferrer target="_blank" href="https://dannygrove.com/">Website</a>
</div> </div>
</div> </div>

View File

@ -99,7 +99,6 @@ a {
a:hover { a:hover {
text-decoration: none; text-decoration: none;
color: var(--background-color); color: var(--background-color);
background: var(--base-color);
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
} }
@ -296,10 +295,6 @@ a:hover {
margin-bottom: 60px; margin-bottom: 60px;
} }
.roadmap a:hover {
background: transparent;
}
.roadmap .text-well { .roadmap .text-well {
margin: auto; margin: auto;
} }
@ -367,9 +362,6 @@ a:hover {
border-radius: 4px; border-radius: 4px;
margin-left: 0px; margin-left: 0px;
padding-left: 0px; padding-left: 0px;
/* TODO: for some reason, removing this makes it white. */
/* Firefox shows no computed reason for it to be white. */
background-color: var(--background-color);
} }
.arrow { .arrow {
@ -385,10 +377,6 @@ a:hover {
color: white !important; color: white !important;
} }
.blog a:hover {
background: unset;
}
.arrow-link:hover .arrow { .arrow-link:hover .arrow {
transform: translateX(5px); transform: translateX(5px);
background: none !important; background: none !important;
@ -621,7 +609,6 @@ footer {
} }
.footer-link div a:hover { .footer-link div a:hover {
background: transparent;
color: white; color: white;
} }
@ -821,6 +808,10 @@ hr {
0px 10px 30px rgba(0, 0, 0, 0.3); 0px 10px 30px rgba(0, 0, 0, 0.3);
} }
.team span {
font-size: 0.8rem;
}
.team .title { .team .title {
text-transform: unset; text-transform: unset;
} }
@ -837,7 +828,6 @@ hr {
} }
.team a:hover { .team a:hover {
background: unset;
text-decoration: underline; text-decoration: underline;
} }