Skip to content

Instantly share code, notes, and snippets.

@ahansson89
Created October 21, 2013 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahansson89/7082503 to your computer and use it in GitHub Desktop.
Save ahansson89/7082503 to your computer and use it in GitHub Desktop.
@betteriboxbase: yellow; //your base color
@betteriboxcontrast: red; // your contrast color
.better_iboxes {
.better_iboxes_media {
.better_iboxes_icon-border {
&.media-type-icon {
color:@betteriboxcontrast;
&.hover {
&:hover {
background: @betteriboxcontrast;
i {
color:@betteriboxbase;
}
}
}
&.pl-contrast {
background: @betteriboxbase;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment