Skip to content

Instantly share code, notes, and snippets.

@eai04191
Created August 4, 2022 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eai04191/744f95f090a510ff4428b4d12ea7479f to your computer and use it in GitHub Desktop.
Save eai04191/744f95f090a510ff4428b4d12ea7479f to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name developer.mozilla.org - 2022/1/9 12:12:47
@namespace mizle.net
@version 1.0.0
@description a
@author Eai
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("developer.mozilla.org") {
.main-page-content h1,
.main-page-content h2,
.main-page-content h3 {
font-family: 'HG創英角ポップ体';
}
.main-page-content h2 {
font-weight: 500;
}
.main-page-content h3 {
transform: scale(0.8);
transform-origin: center left;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment