Skip to content

Commit b939ea6

Browse files
committed
now <a> tag will behaivor as well as github (change behavior of
text-decoration)
1 parent b620baf commit b939ea6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

github-markdown.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,13 @@
146146

147147
.cnblogs-markdown a {
148148
background-color: transparent;
149+
text-decoration: none !important;
149150
}
150151

151152
.cnblogs-markdown a:active,
152153
.cnblogs-markdown a:hover {
153154
outline-width: 0;
155+
text-decoration: underline !important;
154156
}
155157

156158
.cnblogs-markdown strong {

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# github-markdown-css
1+
# cnblogs-markdown-css
2+
3+
forked from github-markdown-css
24

35
> The minimal amount of CSS to replicate the GitHub Markdown style
46

0 commit comments

Comments
 (0)