Clean up project and contact labels
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s

This commit is contained in:
Akshay Kolli
2026-07-02 00:52:20 -07:00
parent bf41b4aa13
commit 5ddcf318ef
2 changed files with 2 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<section class="contact-section" aria-labelledby="contact-heading"> <section class="contact-section" aria-labelledby="contact-email-heading">
<h2 id="contact-heading">Contact</h2> <h2 id="contact-email-heading">Email</h2>
<p>Email me at <a href="mailto:akshaykolli@hotmail.com">akshaykolli@hotmail.com</a></p> <p>Email me at <a href="mailto:akshaykolli@hotmail.com">akshaykolli@hotmail.com</a></p>
</section> </section>

View File

@@ -426,11 +426,6 @@ summary,
line-height: 1.05; line-height: 1.05;
} }
.item-row[data-row-href] .item-title::before {
content: "> ";
color: var(--faint);
}
.item-title:hover, .item-title:hover,
.item-title:focus-visible { .item-title:focus-visible {
background: transparent; background: transparent;
@@ -442,7 +437,6 @@ summary,
} }
.item-row.is-pressed .item-title, .item-row.is-pressed .item-title,
.item-row.is-pressed .item-title::before,
.item-row.is-pressed .item-status { .item-row.is-pressed .item-status {
color: var(--paper); color: var(--paper);
} }