mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
hide code copy button border
This commit is contained in:
parent
0379c175ee
commit
cb0b099303
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user