Spaces:
Runtime error
Runtime error
EveSa commited on
Update main.css
Browse files
templates/site_style/css/main.css
CHANGED
|
@@ -254,7 +254,7 @@ textarea {
|
|
| 254 |
background-size: cover;
|
| 255 |
background-position: center center;
|
| 256 |
background-attachment: fixed;
|
| 257 |
-
color: #
|
| 258 |
text-align: center;
|
| 259 |
padding: 5em 0 2em 0;
|
| 260 |
cursor: default;
|
|
@@ -286,7 +286,7 @@ textarea {
|
|
| 286 |
}
|
| 287 |
|
| 288 |
#header h1 {
|
| 289 |
-
color: #
|
| 290 |
font-size: 3em;
|
| 291 |
line-height: 1em;
|
| 292 |
}
|
|
|
|
| 254 |
background-size: cover;
|
| 255 |
background-position: center center;
|
| 256 |
background-attachment: fixed;
|
| 257 |
+
color: #fff;
|
| 258 |
text-align: center;
|
| 259 |
padding: 5em 0 2em 0;
|
| 260 |
cursor: default;
|
|
|
|
| 286 |
}
|
| 287 |
|
| 288 |
#header h1 {
|
| 289 |
+
color: #fff;
|
| 290 |
font-size: 3em;
|
| 291 |
line-height: 1em;
|
| 292 |
}
|