Skip to content

Commit 9319f06

Browse files
Fix Colors
1 parent 8fe1886 commit 9319f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
body {
7-
background: linear-gradient(to right, rgb(245, 242, 35), rgb(245, 166, 35));
7+
background: linear-gradient(to right, rgb(255, 167, 35), rgb(255, 97, 35));
88
display: flex;
99
justify-content: center;
1010
align-items: center;

0 commit comments

Comments
 (0)