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

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