fix: add background color to code copy button (#235)
parent
75f56d8fad
commit
0ce5466227
|
@ -505,6 +505,7 @@ img {
|
||||||
|
|
||||||
border: $border-2 solid var(--code-copy-border-color);
|
border: $border-2 solid var(--code-copy-border-color);
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
background: var(--code-background);
|
||||||
width: 2.2rem;
|
width: 2.2rem;
|
||||||
height: 2.2rem;
|
height: 2.2rem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue