Created
September 13, 2022 14:36
-
-
Save zemlanin/352269ccda96d12dff5f5b2748d17bd2 to your computer and use it in GitHub Desktop.
The Urge
This file contains 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
/* theverge.com */ | |
.hidden:has(.m-ad), | |
.duet--content-cards--content-card:has([aria-label="Copy link"]) { | |
display: none !important; | |
} | |
.font-polysans { | |
font-family: Helvetica, Arial, sans-serif !important; | |
} | |
.font-manuka { | |
font-family: Helvetica, sans-serif !important; | |
} | |
.font-fkroman { | |
font-family: Georgia, serif !important; | |
} | |
.group:hover [class^="group-hover"] { | |
box-shadow: none !important; | |
} | |
.lg\:min-h-\[750px\] { | |
min-height: 0px !important; | |
} | |
.home-hero .aspect-five-four { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment