Nitish commited on
Commit
0b68632
·
1 Parent(s): 4e5e784

fix(css): add standard background-clip for compatibility

Browse files
Files changed (1) hide show
  1. static/style.css +1 -0
static/style.css CHANGED
@@ -61,6 +61,7 @@ h1 {
61
  font-size: 2.5rem;
62
  background: linear-gradient(to right, #a855f7, #38bdf8);
63
  -webkit-background-clip: text;
 
64
  -webkit-text-fill-color: transparent;
65
  margin-bottom: 0.5rem;
66
  }
 
61
  font-size: 2.5rem;
62
  background: linear-gradient(to right, #a855f7, #38bdf8);
63
  -webkit-background-clip: text;
64
+ background-clip: text;
65
  -webkit-text-fill-color: transparent;
66
  margin-bottom: 0.5rem;
67
  }