feat: enhance movie rating display with star icons and improved styling

This commit is contained in:
2026-05-04 15:43:02 +02:00
parent bbb2ee00d6
commit 59d308f41b
2 changed files with 18 additions and 4 deletions

View File

@@ -175,10 +175,18 @@ nav a:hover {
}
.rating {
font-size: 0.88em;
font-weight: 700;
margin-bottom: 4px;
font-size: 1.15em;
letter-spacing: 3px;
}
.star.filled {
color: var(--aqua);
margin-bottom: 2px;
text-shadow: 0 0 8px var(--aqua-glow), 0 0 2px var(--aqua);
}
.star.empty {
color: rgba(255, 255, 255, 0.2);
}
.comment {