update site to new README

This commit is contained in:
2026-04-21 15:52:56 -07:00
parent a78e7dac80
commit 126a399f21
3 changed files with 614 additions and 628 deletions
+36
View File
@@ -648,4 +648,40 @@ body.flicker {
padding: 0.5rem 1.2rem;
border-radius: 5px;
cursor: pointer;
}
.projects-table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.projects-table th,
.projects-table td {
padding: 0.75rem 1rem;
text-align: left;
border-bottom: 1px solid rgba(124, 58, 237, 0.3);
}
.projects-table th {
color: var(--primary);
font-weight: 600;
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.05em;
}
.projects-table tr:hover td {
background: rgba(124, 58, 237, 0.08);
}
.projects-table a {
color: #b76e79;
text-decoration: none;
font-weight: 500;
}
.projects-table a:hover {
color: var(--primary);
text-decoration: underline;
}