Fixed shading on notes, made it less apparent.

This commit is contained in:
zachgersh 2013-05-13 23:31:05 -07:00
parent d99b4324e7
commit f2d7cdea89
1 changed files with 11 additions and 1 deletions

View File

@ -519,7 +519,7 @@ pre, code {
}
}
.highlight, p > pre, p > code, p > nobr > code, li > code {
.highlight, p > pre, p > code, p > nobr > code, li > code, h5 > code {
background: #333;
color: #fff;
border-radius: 5px;
@ -528,6 +528,16 @@ pre, code {
0 -1px 0 rgba(0,0,0,.5);
}
.note code {
background-color: rgba(0,0,0,0.2);
margin-left: 2.5px;
margin-right: 2.5px;
font-size: 0.8em;
box-shadow: inset 0 1px 10px rgba(0,0,0,.4),
0 1px 0 rgba(255,255,255,.1),
0 -1px 0 rgba(0,0,0,.5);
}
.highlight {
padding: 10px 0;
width: 100%;