make code chunks backgruodn slightly darker

This commit is contained in:
Dean Attali 2020-09-12 14:26:35 -04:00 committed by GitHub
parent 6d6d876874
commit bb7ddee453
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.03), rgba(0,0,0,0.03) 1.5em, rgba(0,0,0,0.015) 1.5em, rgba(0,0,0,0.015) 3em);
rgba(0,0,0,0.03), rgba(0,0,0,0.03) 1.5em, rgba(0,0,0,0.02) 1.5em, rgba(0,0,0,0.02) 3em);
background-size: auto 3em;
background-position-y: 0.625rem;
border: 1px solid rgba(0,0,0,0.1);