make the Figma Config conference site slightly more legible and not huge
make config.figma.com smaller by ipsum
Details
Authoripsum
LicenseNo License
Categoryconfig.figma.com
Created
Updated
Size942 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name config.figma.com - Apr 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description make the Figma Config conference site slightly more legible and not huge
@author lmanes
==/UserStyle== */
@-moz-document domain("config.figma.com") {
.bigmarker-cg-home-hero, .bigmarker-cg-keynote-animation { display: none !important; }
.bigmarker-cg-home-strong-btn { height: inherit; }
.bigmarker-cg-home-section-yellow-right h2, .bigmarker-cg-home-section-yellow-right p, .bigmarker-cg-home-section-blue-left-name { font-size: 2rem; }
h3.bigmarker-cg-keynote-title { font-size: 2rem; }
.bigmarker-cg-home-section-sponsor-subtitle, .bigmarker-cg-home-section-sponsor-text { font-size: 1rem; }
/* sorry sponsors, i'm sure you're great but you're taking up so much space */
.bigmarker-cg-home-section-sponsor-stack { display: none !important; }
}