From 482859f212d1a06cead3f537f1decddfc520f689 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Fri, 5 Jul 2024 17:39:18 +0200 Subject: [PATCH] Make ingredients, cookware and timers bold --- templates/style.css | 3 +++ 1 file changed, 3 insertions(+) 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; }