Skip to content

Commit 7c700d6

Browse files
committed
change: store navbar cart button color set to green
1 parent fb7ebd9 commit 7c700d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

webkit.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,11 @@ body.v6::-webkit-scrollbar {
338338
padding: 6px 12px;
339339
font-weight: 600;
340340
border-radius: 6px;
341-
color: rgb(var(--accent-1));
341+
color: rgb(var(--green));
342342
background: none;
343-
background-color: rgba(var(--accent-1), 0.2);
343+
background-color: rgba(var(--green), 0.2);
344344

345345
&:hover {
346-
background-color: rgba(var(--accent-1), 0.4);
346+
background-color: rgba(var(--green), 0.4);
347347
}
348348
}

0 commit comments

Comments
 (0)