Clean up project and contact labels
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user