Skip to content

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/_sass/railsdoc.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ a {
1515
}
1616

1717
code {
18-
color: #333;
18+
color: #222;
19+
background: #eee;
20+
border-radius: 2px;
21+
padding: 1px 3px;
1922
}
2023

2124
// Header

0 commit comments

Comments
 (0)