mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
small tweaks new bar
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user