Update theme.css

This commit is contained in:
Niklas Buschmann 2019-12-13 16:04:17 +01:00 committed by GitHub
parent 2955c537c6
commit c3aba6dedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -95,7 +95,11 @@ pre {
overflow-x: auto;
}
p code {
pre code {
all: unset;
}
code {
font-size: .9em;
background: #94949426;
opacity: .75;
@ -124,7 +128,6 @@ nav {
}
nav a {
display: inline-block;
margin: 0 .8em;
}