Add code copy button
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
437fab1fe0
commit
90d78f9abb
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
.content code .a {
|
||||
.content pre button {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;}.content code .a {
|
||||
color: #483D8B;
|
||||
}
|
||||
.content code .b {
|
||||
|
@ -152,6 +155,7 @@
|
|||
color: #483D8B;
|
||||
}
|
||||
.content pre {
|
||||
position: relative;
|
||||
border: 1px solid #999;
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
|
|
Loading…
Reference in a new issue