Commit d9012e8b660d51e101e8b3da9bba9e65cb5ea837
1 parent
0ad0ecca
Exists in
master
and in
3 other branches
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,14 +150,14 @@ min-width: 20%; | ||
150 | max-width:100%; | 150 | max-width:100%; |
151 | width: auto; | 151 | width: auto; |
152 | border-right: 0px; | 152 | border-right: 0px; |
153 | - background-color:#7293cf; | 153 | + background-color: #257CAD; |
154 | color: white; | 154 | color: white; |
155 | border-left: 3px solid #fff; | 155 | border-left: 3px solid #fff; |
156 | } | 156 | } |
157 | 157 | ||
158 | #content .link-list-block li a.link-this-page:hover, | 158 | #content .link-list-block li a.link-this-page:hover, |
159 | #content .link-list-block li a:hover { | 159 | #content .link-list-block li a:hover { |
160 | - background-color: #7293cf; | 160 | + background-color: #257CAD; |
161 | border-left: 3px solid #fff; | 161 | border-left: 3px solid #fff; |
162 | border-right: 0px solid #fff; | 162 | border-right: 0px solid #fff; |
163 | } | 163 | } |
@@ -172,7 +172,7 @@ min-width: 20%; | @@ -172,7 +172,7 @@ min-width: 20%; | ||
172 | text-align: left; | 172 | text-align: left; |
173 | border-bottom: 1px solid #AAA; | 173 | border-bottom: 1px solid #AAA; |
174 | padding: 0.5em; | 174 | padding: 0.5em; |
175 | - background-color: #7293cf; | 175 | + background-color: #257CAD; |
176 | color: white; | 176 | color: white; |
177 | font-variant: inherit; | 177 | font-variant: inherit; |
178 | } | 178 | } |
@@ -215,7 +215,7 @@ min-width: 20%; | @@ -215,7 +215,7 @@ min-width: 20%; | ||
215 | font-size: 12px; | 215 | font-size: 12px; |
216 | color: #000; | 216 | color: #000; |
217 | text-decoration: none; | 217 | text-decoration: none; |
218 | - background-color: #7293cf; | 218 | + background-color: #257CAD; |
219 | color: white; | 219 | color: white; |
220 | padding: 6px 20px 6px 12px; | 220 | padding: 6px 20px 6px 12px; |
221 | border-radius: 12px; | 221 | border-radius: 12px; |