Skip to content

Website: Fixed anchortags#8003

Merged
rstaib merged 13 commits into
ChilliCream:mainfrom
drebouta:fix_website_anchortags
Sep 19, 2025
Merged

Website: Fixed anchortags#8003
rstaib merged 13 commits into
ChilliCream:mainfrom
drebouta:fix_website_anchortags

Conversation

@drebouta

@drebouta drebouta commented Feb 7, 2025

Copy link
Copy Markdown
Contributor
  • Fixed visibilty of anchors by removing display: none and adding overflow: visible

Additional fixes

  • Fixed anchor color variable (defaulted to black before)
- fill="var(--heading-text-color)"
+ fill="var(--cc-heading-text-color)"
  • Added scroll margins considering "sticky" headers to prevent overlapping
  • Adjusted the responsive article menu position. It was not blurring the edges. (Visible if a full-width "warning" box was below)

Closes #7908

@drebouta drebouta changed the title Website: Fix anchortags Website: Fixed anchortags Feb 8, 2025
@michaelstaib michaelstaib requested a review from rstaib February 17, 2025 23:05
@rstaib

rstaib commented Feb 18, 2025

Copy link
Copy Markdown
Member

@CronKz First of all thanks for your contribution. I will go through it and test it probably today.

@drebouta

Copy link
Copy Markdown
Contributor Author

@rstaib Thanks, take any time you need. Let me know if there is anything I can help you with.

@rstaib rstaib left a comment

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.

LGTM

@rstaib

rstaib commented Sep 19, 2025

Copy link
Copy Markdown
Member

@CronKz sorry for the delay and thanks again

@rstaib rstaib left a comment

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.

LGTM

@rstaib rstaib merged commit 70293e3 into ChilliCream:main Sep 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Website Anchors are broken

2 participants