Μinor changes in style.css for better Color module integration.
Ι will make directly a few commits on this issue.
Thanks /George
From
#header a { color:#0099cc; }
To
#header a { color:#1487d4; }
#banner { clear:both; border-bottom:1px solid #ffffff; }
To #banner { clear:both; border-bottom:1px solid #fcfcfc; }
.region-sidebar-first .block .content { background:#ffffff; }
To .region-sidebar-first .block .content { background:#fdfdfd; }
#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; }
#header-menu ul.menu li ul.menu li a:hover { color:#0099CC; }
#comments ul.links li a { color:#ffffff; }
To #comments ul.links li a { color:#fefefe; }
.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; }
Fixed and committed all changes.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
gtsopour commentedΙ will make directly a few commits on this issue.
Thanks
/George
Comment #2
gtsopour commentedstyle.css, Line 48
From
To
style.css, Line 90
From
To
#banner { clear:both; border-bottom:1px solid #fcfcfc; }
style.css, Line 178
From
To
.region-sidebar-first .block .content { background:#fdfdfd; }
style.css, Line 279
From
To
#header-menu ul.menu li a:hover, #header-menu ul.menu li a.active { color:#1487d4; }
style.css, Line 296
From
To
#header-menu ul.menu li a:hover, #header-menu ul.menu li a.active { color:#1487d4; }
style.css, Line 372
From
To
#comments ul.links li a { color:#fefefe; }
style.css, Line 520
From
To
.links ul li a, a.more, #edit-submit, #edit-preview, input.form-submit { color:#fefefe; }
Comment #3
gtsopour commentedFixed and committed all changes.
Thanks
/George