Change line highlight color

This commit is contained in:
Dane Everitt 2018-07-27 22:31:30 -07:00
parent 798c3b924b
commit 8a03492b97
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -32,7 +32,7 @@ div[class*="language-"] {
margin-top: .9rem;
.highlighted {
@apply .bg-grey-darker;
background: rgba(0, 0, 0, 0.3);
}
}