Make ingredients, cookware and timers bold

This commit is contained in:
Miguel de la Cruz 2024-07-05 17:39:18 +02:00
parent e85e8b1702
commit 482859f212

View file

@ -4,13 +4,16 @@ body {
}
.ingredient {
font-weight: bold;
color: green;
}
.cookware {
font-weight: bold;
color: red;
}
.timer {
font-weight: bold;
color: blue;
}