Skip to content

Commit ddfca7f

Browse files
committed
minor fix on btn
1 parent 450bd9b commit ddfca7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

global.css

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ body {
5252
cursor: pointer;
5353
outline: none;
5454
transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
55+
color: var(--black);
5556

5657
margin: 10px 5px;
5758
width: 80px;
@@ -67,5 +68,6 @@ body {
6768

6869
.btn:active {
6970
box-shadow: none;
71+
color: var(--black);
7072
transform: translateY(0);
7173
}

0 commit comments

Comments
 (0)