Skip to content

Commit 86ab555

Browse files
committed
Use a more contrasting primary button color
1 parent 5d41874 commit 86ab555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ button {
9797
}
9898

9999
button.primary {
100-
background-color: var(--accent);
100+
background-color: #26e;
101101
color: #fff;
102102
}
103103

0 commit comments

Comments
 (0)