Skip to content

Commit 0b41ed2

Browse files
committed
Merge pull request github#420 from github/consistent-link-colors
Make code blocks inherit colors
2 parents e15affa + 00effe0 commit 0b41ed2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

static/shared/css/documentation.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ div.sidebar-module ul ul li span {
10181018
.content ul code,
10191019
p code {
10201020
font: 12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
1021-
color: #52595d;
10221021
-webkit-border-radius: 3px;
10231022
-moz-border-radius: 3px;
10241023
border-radius: 3px;
@@ -1031,9 +1030,6 @@ p code {
10311030
display: inline-block;
10321031
}
10331032

1034-
.content a code {
1035-
color: #4183C4;
1036-
}
10371033
.content .sectionbody .dlist dt {
10381034
margin-top: 10px;
10391035
}

0 commit comments

Comments
 (0)