Commit dfa2cc97de987da193c6c59f1a8d6bcdf5382bad
1 parent
2ac17939
Exists in
master
and in
29 other branches
Removing remaining blue
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/designs/themes/base/blocks.css
... | ... | @@ -324,7 +324,7 @@ |
324 | 324 | /*************************** News Area *******************************/ |
325 | 325 | |
326 | 326 | .action-home-index #content h1 { |
327 | - color: #05A; | |
327 | + color: #555753; | |
328 | 328 | border-bottom: 2px solid #555753; |
329 | 329 | } |
330 | 330 | |
... | ... | @@ -410,7 +410,7 @@ |
410 | 410 | } |
411 | 411 | #portal-news li a { |
412 | 412 | font-weight: bold; |
413 | - color: #05A; | |
413 | + color: #555753; | |
414 | 414 | } |
415 | 415 | #portal-news .post-date, #highlighted-news .post-date { |
416 | 416 | color: #555753; | ... | ... |