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;
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 {