Skip to content

Instantly share code, notes, and snippets.

@veirus
Created August 2, 2017 11:38
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 veirus/bae2b301419b722c41aab223c0778bd3 to your computer and use it in GitHub Desktop.
Save veirus/bae2b301419b722c41aab223c0778bd3 to your computer and use it in GitHub Desktop.
.credits
{
display: inline-block;
float: right;
color: var(--cl-credit);
}
.prostor
{
color: var(--cl-credit);
transition: color .3s ease-out, text-shadow .3s ease-out;
&:hover
{
text-decoration: underline;
color: white;
text-shadow: 1px 2px 3px hsla(0, 1%, 0%, .65), 0 1px 9px hsla(9, 2%, 90%, .57), 0 -2px 2px hsla(0, 94%, 55%, .57), 0 2px 2px hsla(150, 94%, 55%, .57), 0 0 10px rgba(255, 255, 255, .44);
opacity: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment