Spaces:
Paused
Paused
Update aurora_css.py
Browse files- aurora_css.py +4 -0
aurora_css.py
CHANGED
|
@@ -11,6 +11,10 @@ body {
|
|
| 11 |
color: white !important;
|
| 12 |
}
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
/* Gradient border on focus for the container div */
|
| 15 |
.aurora-hover-gradient {
|
| 16 |
position: relative;
|
|
|
|
| 11 |
color: white !important;
|
| 12 |
}
|
| 13 |
|
| 14 |
+
.dark .gradio-container .prose h1 {
|
| 15 |
+
color: navy;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
/* Gradient border on focus for the container div */
|
| 19 |
.aurora-hover-gradient {
|
| 20 |
position: relative;
|