Skip to content

Instantly share code, notes, and snippets.

@jaidetree
Created October 28, 2013 23:46
Show Gist options
  • Save jaidetree/7206836 to your computer and use it in GitHub Desktop.
Save jaidetree/7206836 to your computer and use it in GitHub Desktop.
/* =LinkBox Widget Styles
-------------------------------------------------------------- */
.widget.widget_link_box {
margin: 0;
}
.widget.widget_link_box p {
margin: 0;
}
.widget.widget_link_box a,
.widget.widget_link_box a:visited {
padding: 0.5em;
display: block;
background: lightgray;
color: white;
text-decoration: none;
}
.widget.widget_link_box a:hover {
background: #21759b; /* Background of linkbox item */
color: white;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment