Skip to content

Instantly share code, notes, and snippets.

@zemlanin
Created September 13, 2022 14:36
Show Gist options
  • Save zemlanin/352269ccda96d12dff5f5b2748d17bd2 to your computer and use it in GitHub Desktop.
Save zemlanin/352269ccda96d12dff5f5b2748d17bd2 to your computer and use it in GitHub Desktop.
The Urge
/* 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