EveSa commited on
Commit
d107b6b
1 Parent(s): 16fc7ee

Update main.css

Browse files
Files changed (1) hide show
  1. templates/site_style/css/main.css +2 -2
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: #000000;
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: #000000;
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
  }