style: calm down frontend visual system
This commit is contained in:
@@ -186,11 +186,11 @@ export function getWeatherDescription(station: SynopStation, language: Language
|
||||
|
||||
export function moodGradient(mood: WeatherMood) {
|
||||
return {
|
||||
warm: "from-sky-400 via-blue-500 to-indigo-700",
|
||||
warm: "from-blue-500 via-blue-700 to-slate-900",
|
||||
cloudy: "from-slate-600 via-slate-700 to-slate-900",
|
||||
wind: "from-cyan-600 via-slate-600 to-blue-950",
|
||||
cold: "from-cyan-300 via-blue-500 to-indigo-900",
|
||||
night: "from-slate-800 via-indigo-950 to-slate-950",
|
||||
mild: "from-sky-500 via-cyan-700 to-blue-900",
|
||||
wind: "from-slate-500 via-blue-700 to-slate-900",
|
||||
cold: "from-blue-300 via-slate-500 to-slate-800",
|
||||
night: "from-slate-800 via-slate-900 to-slate-950",
|
||||
mild: "from-blue-500 via-slate-700 to-slate-900",
|
||||
}[mood];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user