Fix up inline-code-sample CSS

This commit is contained in:
John Kerl 2021-08-06 17:53:17 -04:00
parent 23ac44cf7e
commit ab52afc3fb

View file

@ -77,12 +77,15 @@ pre.pre-highlight-in-pair {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
pre.pre-non-highlight-in-pair {
background-color: #eae2cb;
margin-top: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}