develop #36

Merged
vex merged 41 commits from develop into main 2025-04-29 07:58:19 +00:00
Showing only changes of commit 418ed285cf - Show all commits

View File

@ -43,7 +43,7 @@ body {
}
.remove {
background-color: #ff4d4f;
background-color: #ff6600;
border: none;
color: white;
padding: 6px 12px;
@ -52,7 +52,7 @@ body {
}
.remove:hover {
background-color: #e60000;
background-color: #ff6600;
}
.summary {
@ -75,5 +75,5 @@ body {
}
.checkout:hover {
background-color: #45a049;
background-color: #ff6600;
}