Skip to content

errata-symbol-customizable isn't customizable on puzzle pages #1172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Vroo opened this issue Apr 18, 2025 · 0 comments
Open

errata-symbol-customizable isn't customizable on puzzle pages #1172

Vroo opened this issue Apr 18, 2025 · 0 comments

Comments

@Vroo
Copy link
Contributor

Vroo commented Apr 18, 2025

https://github.com/PuzzleServer/mainpuzzleserver/wiki/Event-Customization

It should be customizable on both. Since rendering of emoji characters varies on different systems, it should be replaceable and that's hard to do with the current structure. For index, the html structure should be:

<span class="errata-customizable" title="This puzzle has errata"><span class="errata-symbol-customizable">⚠<span></span>

For puzzles, it should be:

<span class="errata-customizable" title="This puzzle has errata"><span class="errata-symbol-customizable">⚠<span>Text of errata</span>

with

errata-symbol-customizable { color: red; font-weight: 700; }

in the site css.

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

No branches or pull requests

1 participant