Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
eb2c3cf
1
Parent(s):
1723f59
CSS
Browse files
app.py
CHANGED
@@ -2404,6 +2404,7 @@ css = '''
|
|
2404 |
}
|
2405 |
#title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
|
2406 |
body {background: url('https://www.transparenttextures.com/patterns/black-linen.png') center; font-family: 'Cinzel', serif;}
|
|
|
2407 |
|
2408 |
'''
|
2409 |
|
|
|
2404 |
}
|
2405 |
#title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
|
2406 |
body {background: url('https://www.transparenttextures.com/patterns/black-linen.png') center; font-family: 'Cinzel', serif;}
|
2407 |
+
#title p { color: black; }
|
2408 |
|
2409 |
'''
|
2410 |
|