Last active
October 24, 2020 11:43
-
-
Save zartgesotten/0cf5a1a6fef2aaa79dc18bcc98932e0f to your computer and use it in GitHub Desktop.
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 characters
| .fl-rich-text a { | |
| -webkit-box-shadow: #f5835754 0 -0.5em 0 inset; | |
| box-shadow: #f5835754 0 -0.5em 0 inset; | |
| -webkit-transition: -webkit-box-shadow .25s ease; | |
| transition: -webkit-box-shadow .25s ease; | |
| transition: box-shadow .25s ease; | |
| transition: box-shadow .25s ease,-webkit-box-shadow .25s ease; | |
| } | |
| .fl-rich-text a:hover { | |
| -webkit-box-shadow: #F58357 0 -2em 0 inset; | |
| box-shadow: #F58357 0 -2em 0 inset; | |
| color:white; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment