Skip to content

Conversation

@Ethanol48
Copy link
Contributor

Making a pr some minutes ago I noticed that the text of the bottoms were not that visible,
so I decided to commit this pr.

Changes

  • Translated the text of the bottoms to english
  • Simplified some css and changed the text of the bottoms to white for better visibility
  • Erased unsued code

@Ethanol48
Copy link
Contributor Author

Old:
250907_18h29m28s_screenshot

New:
250907_18h36m31s_screenshot

@Ethanol48
Copy link
Contributor Author

The text of the bottoms was blue because of a style that affected the a tag, I had to overwrite it using inline CSS.

@matiboux matiboux self-assigned this Sep 8, 2025
Copy link
Member

@matiboux matiboux left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!
The translation is appreciated, though the proposed fix was more complex than necessary.

I reverted your changes to "simplify css" because:

  • Our current approach is to keep HTML and CSS separate.
  • Fixes should address issues by modifying the minimum number of lines.
  • Hard-coding a remediation is not optimal, and a simpler solution was available.

The applied fix was to exclude buttons from the link color styling rules.

@matiboux matiboux linked an issue Sep 8, 2025 that may be closed by this pull request
@matiboux matiboux changed the title Footer bottoms Fix footer buttons text color Sep 8, 2025
@matiboux matiboux merged commit 59e20f6 into Epidocs:master Sep 8, 2025
3 checks passed
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.

Footer bottoms text are not very visible and they are in french

2 participants