Skip to content

Commit 28178f2

Browse files
committed
add color transition
1 parent 3b83a98 commit 28178f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/css/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ body {
88
}
99

1010
* {
11-
transition: background-color 0.3s;
11+
transition:
12+
background-color 0.3s,
13+
color 0.3s;
1214
}

0 commit comments

Comments
 (0)