small tweaks new bar

This commit is contained in:
kaipher7
2026-04-22 08:35:52 -06:00
parent 2225cbdf4b
commit ff3137c4b6
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -213,8 +213,8 @@ body, html {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: 6px; gap: 6px;
background: var(--dusty-red); background: var(--dark-yellow);
color: var(--dark-yellow); color: var(--dusty-red);
border-radius: 10px; border-radius: 10px;
padding: 6px; padding: 6px;
width: 95%; width: 95%;
@@ -223,7 +223,7 @@ body, html {
} }
.new-recipe-item:hover { .new-recipe-item:hover {
background: var(--dusty-red-hover); background: var(--pale-yellow);
} }
.new-recipe-item p { .new-recipe-item p {
@@ -269,7 +269,7 @@ body, html {
/* Description */ /* Description */
.recipe-description { .recipe-description {
margin-bottom: 25px; margin-bottom: 25px;
font-weight: 500;
} }
/* Meta row — prep, cook, servings, cost */ /* Meta row — prep, cook, servings, cost */