CSS tweaks

This commit is contained in:
simon987
2019-05-14 10:42:43 -04:00
parent dbdb434e93
commit f16e743150
2 changed files with 14 additions and 6 deletions

View File

@@ -13,10 +13,16 @@ a {
text-decoration: none;
}
code, kbd, pre, samp {
background-color: rgba(27,31,35,.05);
code, kbd, samp {
background-color: rgba(255,255,255,.08);
border-radius: 3px;
font-size: 90%;
padding: 0.1em 0.4em;
}
pre code {
background-color: inherit;
padding: 0;
}
.nav-menu {