changelog links and "Get Nextcloud": lack of contrast
Ornanovitch opened this issue · 2 comments
Ornanovitch commented
I think everything is in the title.
What seems to be different to others pages and causes bad contrast comes from this declaration:
.text2-section .text-block a {
color: #30b6ff;
}
On the https://nextcloud.com/changelog page, the main section is indeed defined with class="text2-section"
. Others pages (I didn't checked them all) like https://nextcloud.com/security page doesn't suffer this lack of contrast, and its main section is defined with class="post-single-section"
Ornanovitch commented
@jospoortvliet is this repository still updated? I don't find the concerned files...
Ornanovitch commented
Seems to be fixed.. good