This commit is contained in:
McShelby 2022-06-23 19:41:36 +00:00
parent fd746ddf89
commit 034212748d
309 changed files with 7398 additions and 7388 deletions

View file

@ -980,6 +980,16 @@ pre .copy-to-clipboard-button {
top: 4px;
}
.disableInlineCopyToClipboard :not(pre) > code.copy-to-clipboard-code + span.copy-to-clipboard-button {
display: none;
}
.disableInlineCopyToClipboard :not(pre) > code.copy-to-clipboard-code {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
border-right-width: 1px;
}
#homelinks {
border-bottom-style: solid;
border-bottom-width: 4px;