Skip to content

Remove .rex-docs styles from styles.css#2

Open
skerbis wants to merge 2 commits into
mainfrom
skerbis-patch-1
Open

Remove .rex-docs styles from styles.css#2
skerbis wants to merge 2 commits into
mainfrom
skerbis-patch-1

Conversation

@skerbis

@skerbis skerbis commented Jun 25, 2026

Copy link
Copy Markdown
Member

entfernt... docs wurden im darkmode weiß in allen AddOns

.rex-docs {
    background-color: #fff;
    padding: 20px;
}

entfernt... docs wurden im darkmode weiß in allen AddOns
```.rex-docs {
    background-color: #fff;
    padding: 20px;
}```
Copilot AI review requested due to automatic review settings June 25, 2026 13:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR removes a global .rex-docs CSS rule from the add-on’s backend stylesheet to prevent unintended styling side effects (notably white docs backgrounds in dark mode) across other REDAXO add-ons.

Changes:

  • Removed the .rex-docs block (white background + padding) from assets/styles.css.
  • Leaves assets/styles.css effectively empty after the removal.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread assets/styles.css Outdated
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.

3 participants