Skip to content

Fix: cybertopia themes render correctly in shadow DOM #4277

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

Merged
merged 2 commits into from
Jun 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Documentation:

- alphabetized languages + upper-cased BASIC in SUPPORTED_LANGUAGES.md [Adam Lui][]

Themes:

- Fix: cybertopia themes render correctly in shadow DOM [hbgl][]

CONTRIBUTORS

[Josh Marchand]: https://github.com/yHSJ
Expand All @@ -36,6 +40,7 @@ CONTRIBUTORS
[Sebastiaan Speck]: https://github.com/sebastiaanspeck
[Filip Hoffmann]: https://github.com/folospior
[Kerry Shetline]: https://github.com/kshetline
[hbgl]: https://github.com/hbgl

## Version 11.11.1

Expand Down
2 changes: 1 addition & 1 deletion src/styles/cybertopia-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Repository: https://github.com/noraj/cybertopia-highlightjs
*/

:root {
:root, :host {
--hljs-bg: #101010;
--hljs-mono-1: #abb2bf;
--hljs-mono-3: #5c6370;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/cybertopia-dimmer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Repository: https://github.com/noraj/cybertopia-highlightjs
*/

:root {
:root, :host {
--hljs-bg: #101010;
--hljs-mono-1: #abb2bf;
--hljs-mono-3: #5c6370;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/cybertopia-icecap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Repository: https://github.com/noraj/cybertopia-highlightjs
*/

:root {
:root, :host {
--hljs-bg: #101010;
--hljs-mono-1: #abb2bf;
--hljs-mono-3: #5c6370;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/cybertopia-saturated.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Repository: https://github.com/noraj/cybertopia-highlightjs
*/

:root {
:root, :host {
--hljs-bg: #101010;
--hljs-mono-1: #abb2bf;
--hljs-mono-3: #5c6370;
Expand Down