Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 544c513

Browse files
ansidevgithub-actions[bot]
authored andcommitted
build: generate GitHub Markdown CSS
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 921de7b commit 544c513

9 files changed

+9
-0
lines changed

dist/github-dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
.markdown-body abbr[title] {
5858
border-bottom: none;
59+
-webkit-text-decoration: underline dotted;
5960
text-decoration: underline dotted;
6061
}
6162

dist/github-dark_colorblind.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
.markdown-body abbr[title] {
5858
border-bottom: none;
59+
-webkit-text-decoration: underline dotted;
5960
text-decoration: underline dotted;
6061
}
6162

dist/github-dark_dimmed.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
.markdown-body abbr[title] {
5858
border-bottom: none;
59+
-webkit-text-decoration: underline dotted;
5960
text-decoration: underline dotted;
6061
}
6162

dist/github-dark_high_contrast.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
.markdown-body abbr[title] {
5858
border-bottom: none;
59+
-webkit-text-decoration: underline dotted;
5960
text-decoration: underline dotted;
6061
}
6162

dist/github-dark_tritanopia.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
.markdown-body abbr[title] {
5858
border-bottom: none;
59+
-webkit-text-decoration: underline dotted;
5960
text-decoration: underline dotted;
6061
}
6162

dist/github-light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
.markdown-body abbr[title] {
5757
border-bottom: none;
58+
-webkit-text-decoration: underline dotted;
5859
text-decoration: underline dotted;
5960
}
6061

dist/github-light_colorblind.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
.markdown-body abbr[title] {
5757
border-bottom: none;
58+
-webkit-text-decoration: underline dotted;
5859
text-decoration: underline dotted;
5960
}
6061

dist/github-light_high_contrast.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
.markdown-body abbr[title] {
5757
border-bottom: none;
58+
-webkit-text-decoration: underline dotted;
5859
text-decoration: underline dotted;
5960
}
6061

dist/github-light_tritanopia.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
.markdown-body abbr[title] {
5757
border-bottom: none;
58+
-webkit-text-decoration: underline dotted;
5859
text-decoration: underline dotted;
5960
}
6061

0 commit comments

Comments
 (0)