From ff3137c4b6ad3da970bead04097bfa2d312ee064 Mon Sep 17 00:00:00 2001 From: kaipher7 Date: Wed, 22 Apr 2026 08:35:52 -0600 Subject: [PATCH] small tweaks new bar --- src/main/resources/static/css/home.css | 6 +++--- src/main/resources/static/css/view-recipe.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 12bfea7..6cf8b0c 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -213,8 +213,8 @@ body, html { flex-direction: column; align-items: center; gap: 6px; - background: var(--dusty-red); - color: var(--dark-yellow); + background: var(--dark-yellow); + color: var(--dusty-red); border-radius: 10px; padding: 6px; width: 95%; @@ -223,7 +223,7 @@ body, html { } .new-recipe-item:hover { - background: var(--dusty-red-hover); + background: var(--pale-yellow); } .new-recipe-item p { diff --git a/src/main/resources/static/css/view-recipe.css b/src/main/resources/static/css/view-recipe.css index 9be5926..4cdb930 100644 --- a/src/main/resources/static/css/view-recipe.css +++ b/src/main/resources/static/css/view-recipe.css @@ -269,7 +269,7 @@ body, html { /* Description */ .recipe-description { margin-bottom: 25px; - + font-weight: 500; } /* Meta row — prep, cook, servings, cost */