tylerkess commited on
Commit
4e246d5
·
verified ·
1 Parent(s): ed7cd38

Update app.py

Browse files

Change gradients to black

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -356,7 +356,7 @@ body {
356
  }
357
 
358
  .custom-button {
359
- background: linear-gradient(271.15deg, #00C7E2 0.27%, #00CC6A 48.52%, #70FF00 102.07%);
360
  font-size: 30px;
361
  color: white;
362
  padding: 10px 20px;
@@ -372,7 +372,7 @@ body {
372
 
373
  .custom-title {
374
  font-size: 36px;
375
- background: linear-gradient(271.15deg, #00C7E2 0.27%, #12C06D 102.07%);
376
  -webkit-background-clip: text;
377
  -webkit-text-fill-color: transparent;
378
  font-weight: bold;
 
356
  }
357
 
358
  .custom-button {
359
+ background: #1E2125;
360
  font-size: 30px;
361
  color: white;
362
  padding: 10px 20px;
 
372
 
373
  .custom-title {
374
  font-size: 36px;
375
+ background: #1E2125 text;
376
  -webkit-background-clip: text;
377
  -webkit-text-fill-color: transparent;
378
  font-weight: bold;