Skip to content

Improve appearance of hyperlinks in comments and announcements#20394

Open
hemaa0325 wants to merge 1 commit into
WeblateOrg:mainfrom
hemaa0325:improve-hyperlink-appearance-comments
Open

Improve appearance of hyperlinks in comments and announcements#20394
hemaa0325 wants to merge 1 commit into
WeblateOrg:mainfrom
hemaa0325:improve-hyperlink-appearance-comments

Conversation

@hemaa0325

Copy link
Copy Markdown

Summary

Improved hyperlink visibility in comments and markdown-rendered announcement content.

Changes made

  • Added underline styling for links inside markdown content
  • Improved link contrast using theme-friendly colors
  • Added hover styling for better visibility
  • Preserved existing navbar/navigation link behavior

Related issue

Fixes #20106

@nijel nijel requested a review from KarenKonou July 1, 2026 05:50
.markdown a {
text-decoration: underline;
font-weight: 500;
color: #107a62;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please verify this renders well in dark mode - this beats the current dark mode override due to higher selector specificity, resulting in very low contrast against the dark mode background

.comment-content a:hover,
.markdown a:hover {
text-decoration: underline;
color: #144d3f;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above, also verify in dark mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve appearance of hyperlinks in comments and anouncements

2 participants