make code chunks background a little lighter
This commit is contained in:
parent
0eac10c664
commit
6d6d876874
@ -864,7 +864,7 @@ pre {
|
|||||||
}
|
}
|
||||||
.highlight > pre {
|
.highlight > pre {
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
rgba(0,0,0,0.06), rgba(0,0,0,0.06) 1.5em, rgba(0,0,0,0.03) 1.5em, rgba(0,0,0,0.03) 3em);
|
rgba(0,0,0,0.03), rgba(0,0,0,0.03) 1.5em, rgba(0,0,0,0.015) 1.5em, rgba(0,0,0,0.015) 3em);
|
||||||
background-size: auto 3em;
|
background-size: auto 3em;
|
||||||
background-position-y: 0.625rem;
|
background-position-y: 0.625rem;
|
||||||
border: 1px solid rgba(0,0,0,0.1);
|
border: 1px solid rgba(0,0,0,0.1);
|
||||||
|
Loading…
Reference in New Issue
Block a user