Skip to content

Commit 4947d3b

Browse files
committed
better colors
1 parent 99bd902 commit 4947d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marketing/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ h4 {
5050

5151
/* Hero Section */
5252
.hero {
53-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
53+
background: linear-gradient(135deg, #080c1e 0%, #844ba2 100%);
5454
color: white;
5555
padding: 100px 0;
5656
min-height: 100vh;
@@ -253,7 +253,7 @@ h4 {
253253
/* Technical Highlights */
254254
.tech-highlights {
255255
padding: 100px 0;
256-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
256+
background: linear-gradient(135deg, #080c1e 0%, #844ba2 100%);
257257
color: white;
258258
}
259259

0 commit comments

Comments
 (0)