feat: header and other style updates
This commit is contained in:
parent
b1ef4f9900
commit
f5eaed457f
4 changed files with 50 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue