Created
May 21, 2026 04:03
-
-
Save arichika/6bb16cc7310c056a1fe798862f9bf806 to your computer and use it in GitHub Desktop.
markdown-light.css
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
| body.vscode-dark, | |
| body.vscode-high-contrast { | |
| color: #1f1f1f !important; | |
| background-color: #ffffff !important; | |
| } | |
| body.vscode-dark a, | |
| body.vscode-high-contrast a { | |
| color: #0969da !important; | |
| } | |
| body.vscode-dark code, | |
| body.vscode-high-contrast code { | |
| color: #1f1f1f !important; | |
| background-color: rgba(175, 184, 193, 0.2) !important; | |
| } | |
| body.vscode-dark pre, | |
| body.vscode-high-contrast pre { | |
| background-color: #f6f8fa !important; | |
| color: #1f1f1f !important; | |
| } | |
| body.vscode-dark blockquote, | |
| body.vscode-high-contrast blockquote { | |
| color: #656d76 !important; | |
| border-left-color: #d0d7de !important; | |
| } | |
| body.vscode-dark table th, | |
| body.vscode-dark table td, | |
| body.vscode-high-contrast table th, | |
| body.vscode-high-contrast table td { | |
| border-color: #d0d7de !important; | |
| } | |
| body.vscode-dark hr, | |
| body.vscode-high-contrast hr { | |
| background-color: #d0d7de !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment