feat: header and other style updates

This commit is contained in:
Devin Haska 2024-03-01 20:01:11 -08:00
parent b1ef4f9900
commit f5eaed457f
4 changed files with 50 additions and 3 deletions

View file

@ -3,6 +3,15 @@
transition: margin ease-in-out var(--transition-duration);
}
.star-filled {
color: var(--color-primary);
z-index: 1;
}
.star-empty {
color: var(--color-fadeText);
}
.stars li:not(:first-child) {
margin-inline-start: -6px;
}