nextra icon indicating copy to clipboard operation
nextra copied to clipboard

Visibility Issue ⭐

Open luke-klein opened this issue 2 years ago • 1 comments

Users should be able to easily find the topics with more prominent header content(increase the size of the text and more prominent contrast

image

And the side contrast should be fixed according to the dark theme something like this

image

luke-klein avatar Dec 11 '22 07:12 luke-klein

Thanks for the feedback, we will try our best to make the website more accessible. The reason we didn't make active items in the navbar very prominent is totally a design consideration: if it's eye-catching in everywhere, the content becomes less prominent and that's missing the point. That said, I agree something can be done to improve it though. Will keep this one open!

shuding avatar Dec 12 '22 23:12 shuding

@luke-klein Depending on your preference, you can change it like this

Make a custom CSS and change it globally (optional)

a {
  font-weight: bold;
}

Subham-Maity avatar Dec 19 '22 13:12 Subham-Maity