Last active
September 23, 2023 15:50
-
-
Save Phroneris/b4d0925a582dac7b275e0d068b57b064 to your computer and use it in GitHub Desktop.
VS CodeのMarkdownプレビューのQiita記事用CSS
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
@charset "UTF-8"; | |
.github-markdown-body { | |
background: yellow; /* 真っ黄色の背景 */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment