Add heart toggle on person pages, drop it elsewhere

This commit is contained in:
Ian Gulliver
2026-08-15 22:48:34 -07:00
parent 57e8fc92ba
commit dcb6266493
3 changed files with 24 additions and 6 deletions
+12
View File
@@ -636,6 +636,18 @@ a.student-card:hover {
padding: 4px;
}
.heart-button:hover {
color: var(--brand);
}
.heart-button.active {
color: var(--brand);
}
.heart-button.active svg {
fill: currentColor;
}
.detail-content {
padding-bottom: 44px;
}