mirror of https://github.com/twbs/bootstrap.git
lighter .highlight in sidenotes as well
This commit is contained in:
parent
0a84a7c43d
commit
ccb6ac570f
|
|
@ -45,7 +45,8 @@ body {
|
||||||
.bs-docs-sidenote p:last-child {
|
.bs-docs-sidenote p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.bs-docs-sidenote code {
|
.bs-docs-sidenote code,
|
||||||
|
.bs-docs-sidenote .highlight {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue