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;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user