mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
s
This commit is contained in:
@@ -272,9 +272,10 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
border-bottom: 2px solid #ff9d3b;
|
border-bottom: 2px solid #ff8c00; /* Change this to the orange color */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.cart-item button:hover {
|
.cart-item button:hover {
|
||||||
background-color: #b71c1c;
|
background-color: #b71c1c;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user