Commit 3ee82e167e5756e7d8076612318d205db2e563eb

Authored by Marcelo Horacio Fortino
1 parent b23d74e5
Exists in master

minor changes

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
style.css
... ... @@ -66,8 +66,8 @@ body {
66 66  
67 67 #theme-header {
68 68 height: 108px;
69   - background: #f9c404;
70   - background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
  69 + background: #fdc210;
  70 +/* background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
71 71 background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
72 72 background-image: -moz-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
73 73 background-image: -webkit-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
... ... @@ -78,7 +78,7 @@ body {
78 78 left top,
79 79 color-stop(0.2, #fcdd4e),
80 80 color-stop(0.8, #f9c404)
81   - );
  81 + ); */
82 82 border-bottom: 9px solid #3b1546;
83 83 }
84 84  
... ...