8000 regenerate github css · chuckh/github-markdown-css@bb90abd · GitHub
[go: up one dir, main page]

Skip to content

Commit bb90abd

Browse files
committed
regenerate github css
1 parent ef6bc86 commit bb90abd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

github-markdown.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
}
55

66
.markdown-body {
7-
-ms-text-size-adjust: 100%;
87
-webkit-text-size-adjust: 100%;
8+
-ms-text-size-adjust: 100%;
9+
text-size-adjust: 100%;
910
color: #333;
1011
overflow: hidden;
1112
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
@@ -15,7 +16,7 @@
1516
}
1617

1718
.markdown-body a {
18-
background: transparent;
19+
background-color: transparent;
1920
}
2021

2122
.markdown-body a:active,
@@ -90,7 +91,7 @@
9091
}
9192

9293
.markdown-body a {
93-
color: #4183c4;
94+
color: #4078c0;
9495
text-decoration: none;
9596
}
9697

@@ -644,5 +645,5 @@
644645
.markdown-body :checked+.radio-label {
645646
z-index: 1;
646647
position: relative;
647-
border-color: #4183c4;
648+
border-color: #4078c0;
648649
}

0 commit comments

Comments
 (0)
0