Last active
January 3, 2023 20:52
-
-
Save nerdfiles/3cd7892ed5c35d46204abbccb77d9b5e to your computer and use it in GitHub Desktop.
welcome to the world-wild web
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
| /** | |
| * @description it's the world-wild web. | |
| * @appliesTo URLsOnTheDomain tumblr.com | |
| */ | |
| a { | |
| filter: drop-shadow(1px 1px 1px rgb(0, 100, 230)) | |
| drop-shadow(1px 1px 1px rgb(0, 230, 100)) | |
| drop-shadow(2px 2px 1px rgb(0, 0, 0)) | |
| drop-shadow(-1px -1px 1px rgb(230, 0, 100)) !important; | |
| color: white !important; | |
| } | |
| [href]:visited: { | |
| color: purple !important; | |
| } | |
| a div { | |
| border-radius: 100vw !important; | |
| border-bottom-right-radius: 100vw !important; | |
| border-bottom-left-radius: 100vw !important; | |
| overflow: hidden !important; | |
| } | |
| a div, | |
| :root *[href="https://holoentropic.tumblr.com/"], | |
| :root *[href="https://holoentropic.tumblr.com/"]:default, | |
| a[href="https://holoentropic.tumblr.com/"] { | |
| border-radius: 100vw !important; | |
| border-bottom-right-radius: 100vw !important; | |
| border-bottom-left-radius: 100vw !important; | |
| } | |
| /* | |
| [role="button"] svg:not([href]) { | |
| filter: drop-shadow(1px 1px 1px rgb(0, 100, 230)) drop-shadow(1px 1px 1px rgb(0, 230, 100)) drop-shadow(2px 2px 1px rgb(0, 0, 0)) drop-shadow(-1px -1px 1px rgb(230, 0, 100)) !important; | |
| color: white !important; | |
| } | |
| */ | |
| /* EOF */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment