abbet commited on
Commit
c96095d
·
1 Parent(s): 584520d

Fix rendering of the title

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ a:hover {{color:{PRIMARY_DARK}}}
66
  font-weight:800;
67
  margin:0;
68
  line-height:1.25;
 
69
  }}
70
  #edgeface-title .brand {{
71
  background:linear-gradient(90deg,{PRIMARY} 0%,{PRIMARY_DARK} 90%);
 
66
  font-weight:800;
67
  margin:0;
68
  line-height:1.25;
69
+ color: #0F172A;
70
  }}
71
  #edgeface-title .brand {{
72
  background:linear-gradient(90deg,{PRIMARY} 0%,{PRIMARY_DARK} 90%);