We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b620baf commit b939ea6Copy full SHA for b939ea6
github-markdown.css
@@ -146,11 +146,13 @@
146
147
.cnblogs-markdown a {
148
background-color: transparent;
149
+ text-decoration: none !important;
150
}
151
152
.cnblogs-markdown a:active,
153
.cnblogs-markdown a:hover {
154
outline-width: 0;
155
+ text-decoration: underline !important;
156
157
158
.cnblogs-markdown strong {
readme.md
@@ -1,4 +1,6 @@
1
-# github-markdown-css
+# cnblogs-markdown-css
2
+
3
+forked from github-markdown-css
4
5
> The minimal amount of CSS to replicate the GitHub Markdown style
6
0 commit comments