Skip to content

Commit 00effe0

Browse files
committed
Remove color definitions for code blocks
1 parent e15affa commit 00effe0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)