Created
May 11, 2023 22:33
-
-
Save nerdfiles/b87e1fd67cb4dba3b003752c5842910c to your computer and use it in GitHub Desktop.
special cases outside of the loa stylebook.
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
/** | |
* @author aha | |
* @version wtfpl, version 2 | |
* @description css hacks for pinterest to make the /WebSite anticipate my needs. | |
*/ | |
/* @description preparing for loa stylebook situated elsewhere in a different | |
* extension. | |
*/ | |
/* remove background of carousel interface elements */ | |
[class="moreIdeasBoardRepCarousel"] ~ div, | |
[class="moreIdeasBoardRepCarousel"] + div { | |
display: none; | |
} | |
/** EOF */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment