Add code copy button
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-23 08:25:47 -04:00
parent 437fab1fe0
commit 90d78f9abb
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -1,4 +1,7 @@
.content code .a { .content pre button {
position: absolute;
top: 5px;
right: 5px;}.content code .a {
color: #483D8B; color: #483D8B;
} }
.content code .b { .content code .b {
@ -152,6 +155,7 @@
color: #483D8B; color: #483D8B;
} }
.content pre { .content pre {
position: relative;
border: 1px solid #999; border: 1px solid #999;
color: #000000; color: #000000;
background-color: #FFFFFF; background-color: #FFFFFF;