sakshi116 commited on
Commit
69aa4b5
·
verified ·
1 Parent(s): fded42b

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +7 -5
static/style.css CHANGED
@@ -1,10 +1,12 @@
1
  body {
2
- background: linear-gradient(135deg,#0b1020,#0a0f1a);
3
- color: #e6edf3;
4
  }
5
  .btn-gradient {
6
- background: linear-gradient(135deg, #8b5cf6, #22d3ee);
7
  border: none;
8
- color: white;
 
 
 
9
  }
10
- .btn-gradient:hover { filter: brightness(1.1); }
 
1
  body {
2
+ background: linear-gradient(135deg, #fceabb, #f8b500);
3
+ color: #2d3436;
4
  }
5
  .btn-gradient {
6
+ background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
7
  border: none;
8
+ color: #2d3436;
9
+ }
10
+ .btn-gradient:hover {
11
+ filter: brightness(1.1);
12
  }