Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Created January 25, 2012 15:03
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 pepelsbey/1676658 to your computer and use it in GitHub Desktop.
Save pepelsbey/1676658 to your computer and use it in GitHub Desktop.
Custom text-decoration color
BODY {
font-family:Arial, sans-serif;
}
DEL {
position:relative;
text-decoration:none;
}
DEL:after {
position:absolute;
top:50%;
left:0;
right:0;
width:100%;
border-bottom:2px solid #090;
background:;
content:'';
}
<p>Я иду дышу <del>я иду дышу</del> я иду ды</p>
{"view":"split","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment