docs: Add colored border to inline code

Makes it stand out just a teensy bit more. It's the same border we use
for code *blocks*
This commit is contained in:
Fabian Homborg 2022-06-01 20:58:27 +02:00
parent f5848135e3
commit 82445e3e6d

View file

@ -180,7 +180,7 @@ div.body hr {
height: 1px;
}
div.body pre {
div.body pre, code {
border-radius: 3px;
border: 1px solid #ac9;
}
@ -270,7 +270,7 @@ pre, div[class*="highlight-"] {
clear: unset;
}
div.body tt, div.body code {
div.body tt {
border-radius: 3px;
}
@ -471,7 +471,7 @@ div.body .internal.reference:link {
color: inherit;
}
div.body pre {
div.body pre, code {
border: 1px solid #536;
}