Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- assets/css/styles.css +2 -2
assets/css/styles.css
CHANGED
|
@@ -38,8 +38,8 @@ body {
|
|
| 38 |
.app-title {
|
| 39 |
margin-bottom: 0.5rem;
|
| 40 |
font-size: 2rem;
|
| 41 |
-
/* Specific user request: make the title
|
| 42 |
-
color: var(--
|
| 43 |
}
|
| 44 |
|
| 45 |
.header p {
|
|
|
|
| 38 |
.app-title {
|
| 39 |
margin-bottom: 0.5rem;
|
| 40 |
font-size: 2rem;
|
| 41 |
+
/* Specific user request: make the title green */
|
| 42 |
+
color: var(--success-color);
|
| 43 |
}
|
| 44 |
|
| 45 |
.header p {
|