Very very minor bug with linkslist
Posted: Wed Jun 21, 2006 8:52 am
This is a very minor bug with linkslist. When using the mt-trendy style, the hover color for the links is the same as the background. It's a simple fix and I figured that it'd be nice if I posted it.
1) Browse to /plugins/serendipity_event_linklist/ on your server
2) Open serendipity_event_linklist.css in something such as Wordpad (not notepad!) or Frontpage or whatever.
3) Change the following:
div.linklist a:hover {
color: #333;
}
To
div.linklist a:hover {
color: #ffff99;
}
And you're set. That makes the hover color the same color as the rest of the sidebar items, such as your archives.
1) Browse to /plugins/serendipity_event_linklist/ on your server
2) Open serendipity_event_linklist.css in something such as Wordpad (not notepad!) or Frontpage or whatever.
3) Change the following:
div.linklist a:hover {
color: #333;
}
To
div.linklist a:hover {
color: #ffff99;
}
And you're set. That makes the hover color the same color as the rest of the sidebar items, such as your archives.