diff --git a/templates/style.css b/templates/style.css index cd419a2..a811139 100644 --- a/templates/style.css +++ b/templates/style.css @@ -4,13 +4,16 @@ body { } .ingredient { + font-weight: bold; color: green; } .cookware { + font-weight: bold; color: red; } .timer { + font-weight: bold; color: blue; }