up-for-grabs / up-for-grabs.net

This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!

Home Page:https://up-for-grabs.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Fork svg color in dark mode

mrical opened this issue · comments

In the dark mode, the fill color of the fork SVG does not change to a suitable color, making it hard to see. This affects the user experience in dark mode.

Screenshot of the current behaviour

dTnPYhJezx

Screenshot of the proposed behaviour

chrome_78PCznijim

Hello, you can assign this issue to me, I am sure I can fix this issue

svg {
fill: currentColor;
color: dark;
}

svg:hover {
color: white;
}

@onyangoju I have not proposed for change in hover state, color of fork (i.e. black) in dark mode itself is not suitable

This was fixed in #4337