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

View File

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