Skip to content

Instantly share code, notes, and snippets.

@stovak
Created March 1, 2012 15:23
Show Gist options
  • Save stovak/1950494 to your computer and use it in GitHub Desktop.
Save stovak/1950494 to your computer and use it in GitHub Desktop.
@somecolor = #ff4300;
h1 {
background: transparent url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21.038px' height='8.001px' viewBox='89.624 95.333 21.038 8.001' enable-background='new 89.624 95.333 21.038 8.001' xml:space='preserve'><polygon fill='@{somecolor}' points='110.662,95.333 100.144,103.334 89.624,95.333 '/></svg>") no-repeat 0px 50px;
a { background: transparent @logoimage no-repeat -3px center; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment