fix: add background color to code copy button (#235)
This commit is contained in:
parent
75f56d8fad
commit
0ce5466227
1 changed files with 1 additions and 0 deletions
|
@ -505,6 +505,7 @@ img {
|
|||
|
||||
border: $border-2 solid var(--code-copy-border-color);
|
||||
border-radius: $border-radius;
|
||||
background: var(--code-background);
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
|
||||
|
|
Loading…
Reference in a new issue