Μinor changes in style.css for better Color module integration.

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour

Ι will make directly a few commits on this issue.

Thanks
/George

gtsopour’s picture

style.css, Line 48

From

#header a { color:#0099cc; }

To

#header a { color:#1487d4; }

style.css, Line 90

From

#banner { clear:both; border-bottom:1px solid #ffffff; }

To
#banner { clear:both; border-bottom:1px solid #fcfcfc; }

style.css, Line 178

From

.region-sidebar-first .block .content { background:#ffffff; }

To
.region-sidebar-first .block .content { background:#fdfdfd; }

style.css, Line 279

From

#header-menu ul.menu li a:hover, #header-menu ul.menu li a.active { color:#0099CC; }

To
#header-menu ul.menu li a:hover, #header-menu ul.menu li a.active { color:#1487d4; }

style.css, Line 296

From

#header-menu ul.menu li ul.menu li a:hover { color:#0099CC; }

To
#header-menu ul.menu li a:hover, #header-menu ul.menu li a.active { color:#1487d4; }

style.css, Line 372

From

#comments ul.links li a { color:#ffffff; }

To
#comments ul.links li a { color:#fefefe; }

style.css, Line 520

From

.links ul li a, a.more, #edit-submit, #edit-preview, input.form-submit { color:#ffffff; }

To
.links ul li a, a.more, #edit-submit, #edit-preview, input.form-submit { color:#fefefe; }

gtsopour’s picture

Status: Active » Fixed

Fixed and committed all changes.

Thanks
/George

Automatically closed -- issue fixed for 2 weeks with no activity.