make code chunks background a little lighter

This commit is contained in:
Dean Attali 2020-09-12 14:25:38 -04:00 committed by GitHub
parent 0eac10c664
commit 6d6d876874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ pre {
}
.highlight > pre {
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-position-y: 0.625rem;
border: 1px solid rgba(0,0,0,0.1);