Nischal Subedi
commited on
Commit
·
4d1e834
1
Parent(s):
d307b40
UI update
Browse files
app.py
CHANGED
@@ -417,12 +417,10 @@ Answer:"""
|
|
417 |
font-family: 'Poppins', sans-serif;
|
418 |
font-size: 2.5rem;
|
419 |
font-weight: 700;
|
420 |
-
color:
|
421 |
margin: 0 0 0.5rem 0;
|
422 |
-
|
423 |
-
-
|
424 |
-
background-clip: text;
|
425 |
-
-webkit-text-fill-color: transparent;
|
426 |
}
|
427 |
|
428 |
.app-header-tagline {
|
|
|
417 |
font-family: 'Poppins', sans-serif;
|
418 |
font-size: 2.5rem;
|
419 |
font-weight: 700;
|
420 |
+
color: var(--primary-color) !important;
|
421 |
margin: 0 0 0.5rem 0;
|
422 |
+
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
423 |
+
letter-spacing: -0.02em;
|
|
|
|
|
424 |
}
|
425 |
|
426 |
.app-header-tagline {
|