skip cart page in book club checkout

This commit is contained in:
2025-04-10 11:48:56 +05:00
parent 2a726d0af1
commit de57fad0f2
4 changed files with 19 additions and 6 deletions

View File

@ -62,7 +62,10 @@ h2 {
&--solid {
background-color: var(--foreground-text);
color: var(--background);
&:hover { background-color: white; }
&:hover {
background-color: white;
color: black;
}
}
}