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 { .ingredient {
font-weight: bold;
color: green; color: green;
} }
.cookware { .cookware {
font-weight: bold;
color: red; color: red;
} }
.timer { .timer {
font-weight: bold;
color: blue; color: blue;
} }