Update <code> tag style (#229)

This commit is contained in:
Ameer J 2020-12-21 01:49:55 -05:00 committed by GitHub
parent 8a4dcc689c
commit e13631e595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,17 @@ a:hover {
// Fix background color of monospaced text
.content :not(pre) > code {
background: $dark;
background: #101010;
}
code {
color: #FFFFFF;
font-size: 0.875em;
font-weight: 400;
padding: 0.15em 0.25em 0.15em 0.25em;
border: 1px solid #585d66;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,0.125);
}
// Workaround for browsers without JavaScript for the downloads page