docs icon indicating copy to clipboard operation
docs copied to clipboard

Copy code symbol contrast

Open evertalbers opened this issue 3 years ago • 0 comments

Would it be possible to change app.css line 10823

.copy-code:hover,
.copy-code a {
 color:#ecf3f8;
}

into

.copy-code:hover,
.copy-code a {
 color:#000;
}

? The icon is now practically invisible.

evertalbers avatar May 12 '22 20:05 evertalbers