Copy code symbol contrast
Open
- Dominant language
- PHP
- Stars
- 45
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.