Spaces:
Running
Running
Fix rendering of the title
Browse files
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%);
|