mirror of
https://github.com/Floriansylvain/Exo-technique-VIE-Barcelone-SaaS-HRTech.git
synced 2026-08-19 11:43:23 +02:00
feat: car age classification with dynamic text color (step 5)
This commit is contained in:
@@ -44,6 +44,14 @@ body {
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.car-old {
|
||||
color: crimson;
|
||||
}
|
||||
|
||||
.car-new {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
color: crimson;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user