Re: Change Adminbar font color?
original:
background: url( ../images/60pc_black.png );
new:
background: #000 url( ../images/60pc_black.png );
That will darken the background right down, adjust the color of text?
line~50:
#wp-admin-bar li a {
padding: 7px 15px 7px 15px;
color: #eee; <<<<< change to ??? #F0CF35
text-decoration: none;
font-size: 11px;
}