Skip to content

Instantly share code, notes, and snippets.

@lastguest
Created February 29, 2020 14:41
Show Gist options
  • Select an option

  • Save lastguest/326afe8e38aa5132bec361951cdb98a0 to your computer and use it in GitHub Desktop.

Select an option

Save lastguest/326afe8e38aa5132bec361951cdb98a0 to your computer and use it in GitHub Desktop.

Revisions

  1. lastguest created this gist Feb 29, 2020.
    7 changes: 7 additions & 0 deletions belmont-link.css
    Original 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}