Commit d9012e8b660d51e101e8b3da9bba9e65cb5ea837

Authored by Victor Costa
1 parent 0ad0ecca

Change block header color

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
style.css
... ... @@ -150,14 +150,14 @@ min-width: 20%;
150 150 max-width:100%;
151 151 width: auto;
152 152 border-right: 0px;
153   - background-color:#7293cf;
  153 + background-color: #257CAD;
154 154 color: white;
155 155 border-left: 3px solid #fff;
156 156 }
157 157  
158 158 #content .link-list-block li a.link-this-page:hover,
159 159 #content .link-list-block li a:hover {
160   - background-color: #7293cf;
  160 + background-color: #257CAD;
161 161 border-left: 3px solid #fff;
162 162 border-right: 0px solid #fff;
163 163 }
... ... @@ -172,7 +172,7 @@ min-width: 20%;
172 172 text-align: left;
173 173 border-bottom: 1px solid #AAA;
174 174 padding: 0.5em;
175   - background-color: #7293cf;
  175 + background-color: #257CAD;
176 176 color: white;
177 177 font-variant: inherit;
178 178 }
... ... @@ -215,7 +215,7 @@ min-width: 20%;
215 215 font-size: 12px;
216 216 color: #000;
217 217 text-decoration: none;
218   - background-color: #7293cf;
  218 + background-color: #257CAD;
219 219 color: white;
220 220 padding: 6px 20px 6px 12px;
221 221 border-radius: 12px;
... ...