skip cart page in book club checkout
This commit is contained in:
@ -62,7 +62,10 @@ h2 {
|
||||
&--solid {
|
||||
background-color: var(--foreground-text);
|
||||
color: var(--background);
|
||||
&:hover { background-color: white; }
|
||||
&:hover {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user