Created
February 29, 2020 14:41
-
-
Save lastguest/326afe8e38aa5132bec361951cdb98a0 to your computer and use it in GitHub Desktop.
Revisions
-
lastguest created this gist
Feb 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ // https://jsfiddle.net/ezj7nu25/ body {color:#eee;background:#000} a{color:#FFFF00;text-shadow:0 -15px 2.5px transparent,0 15px 2.5px transparent} a:active{color:red !important;text-shadow:0 0 2.5px #FF0000,0 0 2.5px red} a:hover{text-shadow:0 0 2.5px #FFFF00,0 0 2.5px #FFFF00;color:#FFFF00 !important;text-decoration:none;-webkit-transition:all .4s linear 0s;-moz-transition:all .4s linear 0s;-ms-transition:all .4s linear 0s;-o-transition:all .4s linear 0s;transition:all .4s linear 0s}