Add copy code button

This commit is contained in:
BernatBC 2024-08-31 11:28:52 +02:00
parent 02e5e99cf6
commit 62f9b68a16
5 changed files with 55 additions and 0 deletions

View file

@ -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 {