Created
August 4, 2022 03:59
-
-
Save eai04191/744f95f090a510ff4428b4d12ea7479f to your computer and use it in GitHub Desktop.
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
/* ==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