1
0
Fork 0

hide code copy button border

This commit is contained in:
Matthias Kretschmann 2023-11-05 11:32:53 +00:00
parent 0379c175ee
commit cb0b099303
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,11 @@ div.expressive-code .frame .copy button {
background: none;
}
/* hide the border */
div.expressive-code .frame .copy button::before {
display: none;
}
div.expressive-code .frame.has-title:not(.is-terminal) .header .title {
border: 0;
border-top-right-radius: 0;