Custom Colors for Links

Jan 05, 2008 22:54

I can't leave it alone. lol So I just changed the color of my links.

Here's the code, if you're interested (for Bloggish):

/* Links - custom color */

a:link {
color: #d3b785 !important;
}

a:visited {
color: #d3b785 !important;
}

a:active {
color: #d3b785 !important;
}

a:hover {
background-color: #d3b785 !important;
color: black !important;
}

I like having the color be one thing, except when someone hovers a link, that is.

The default color was a dark blue, which I didn't like at all.

So, the divider animated bar is in, I decided. Even though I can't figure out the spacing issue. Maybe I should post about it to a community. Speaking of posting to a community, I asked there why my Friends View title is the same as the title for my Recent Entries. It's driving me nuts. I even tried adding a subtitle to see if that would help, but it didn't. What it should say is: Drivel from Others (and that's what you see on my Customization page). But go figure. Frankly, customization doesn't work all that well. I had to switch browsers to get things to save and stuff. I've no clue why.

I'm also working on some more icons, but haven't finished any yet.

bloggish, code

Previous post Next post
Up