Last active
October 15, 2025 02:04
-
-
Save donma/7da38dfcd6405e0db30194694145096c 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
/* github 行號框限拿掉 */ | |
.article__content pre, .article__content table, .article__content td, .article__content th { | |
border: transparent 1px solid; | |
} | |
.gist .gist-file { | |
.gist-data { | |
background-color: #f7f7f7; | |
} | |
} | |
.article__content div { | |
margin: 1px 0; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment