Links from the footer of the website, are unreadable when you hover the cursor over them #477

Closed
opened 2022-11-24 17:19:38 +00:00 by k4i0d · 1 comment

In the footer of the official Cwtch site, when clicking/hovering over links (code, report an issue, etc) the link label becomes illegible, due to the color of the element.

To solve this problem, it is necessary to add the !important property to color in line 199 of style.css

Therefore, it should look like this

footer a {
  color: #281831 !important;
}

Note: I added the issue in this repository, because I couldn't find the right one for issues about the site. Is there a dedicated repository for the site? @sarah

In the footer of the [official Cwtch site](https://cwtch.im), when clicking/hovering over links (code, report an issue, etc) the link label becomes illegible, due to the color of the element. To solve this problem, it is necessary to add the *!important property* to *color* in line 199 of **style.css** Therefore, it should look like this ``` footer a { color: #281831 !important; } ``` Note: I added the issue in this repository, because I couldn't find the right one for issues about the site. Is there a dedicated repository for the site? @sarah
Owner

Thanks! Fix is here: a8bfbac48b - should already be live.

(I've also made the website repo public - we made it private while we were building the new site, but there is no reason it shouldn't be public)

Thanks! Fix is here: https://git.openprivacy.ca/cwtch.im/website-new/commit/a8bfbac48b2e7b7dde4e22ce99dd7393621ee764 - should already be live. (I've also made the website repo public - we made it private while we were building the new site, but there is no reason it shouldn't be public)
sarah closed this issue 2022-11-24 17:36:38 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch#477
No description provided.