Skip to content

Commit c8d2656

Browse files
committed
style: update header background gradient direction and colors
1 parent c768ec3 commit c8d2656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/frontend/src/pages/layout/Layout.module.css

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

77
.header {
8-
background: linear-gradient(to right, black, red, yellow);
8+
background: linear-gradient(to bottom, black, #FF0000, #FFCC00);
99
color: #f2f2f2;
1010
}
1111

0 commit comments

Comments
 (0)