Add copy code button
This commit is contained in:
parent
02e5e99cf6
commit
62f9b68a16
5 changed files with 55 additions and 0 deletions
|
@ -50,6 +50,18 @@ pre {
|
|||
}
|
||||
}
|
||||
|
||||
.copy-code-button {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
margin-right: 0.2em;
|
||||
margin-bottom: -1.2em;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
.highlight pre {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] {
|
||||
.paginator {
|
||||
.page-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue