feat: flat design avec palette Blazing Flame
This commit is contained in:
@@ -246,11 +246,11 @@ function renderReleaseCard(anime) {
|
||||
|
||||
// Get rating color based on score
|
||||
function getRatingColor(score) {
|
||||
if (score >= 9) return 'linear-gradient(45deg, #ffd700, #ffed4e)';
|
||||
if (score >= 8) return 'linear-gradient(45deg, #00ff88, #00d9ff)';
|
||||
if (score >= 7) return 'linear-gradient(45deg, #00d9ff, #6c5ce7)';
|
||||
if (score >= 6) return 'linear-gradient(45deg, #ffa500, #ff6b6b)';
|
||||
return 'linear-gradient(45deg, #666, #888)';
|
||||
if (score >= 9) return '#ffd700';
|
||||
if (score >= 8) return '#2d936c';
|
||||
if (score >= 7) return '#f15025';
|
||||
if (score >= 6) return '#f4a261';
|
||||
return '#ced0ce';
|
||||
}
|
||||
|
||||
// Search anime on providers (redirects to anime tab)
|
||||
|
||||
Reference in New Issue
Block a user