Skip to content

Conversation

WalkQuackBack
Copy link
Member

@WalkQuackBack WalkQuackBack commented Sep 27, 2025

🔧 What does this fix? 🔧

Fixes many issues with the Microsoft Word userstyle... and potentially introduces many more.

🗒 Checklist 🗒

@github-actions github-actions bot added the microsoft-word Microsoft Word label Sep 27, 2025
@WalkQuackBack
Copy link
Member Author

I didn't know how to handle "applyToDocument" since it had no effect on the latest version of Microsoft Word, so I filled it.

@WalkQuackBack
Copy link
Member Author

image image

This PR breaks ink colours

@-moz-document domain("live.com") {
#catppuccin(@lightFlavor);
@-moz-document domain("word.cloud.microsoft"),
domain("officeapps.live.com"),
Copy link
Member Author

Choose a reason for hiding this comment

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

Regex scope this so it matches any officeapps.live.com domain that contains word.

background-color: @accent;
color: @base;
}
@applyToDocument: 1;
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove this or implement the logic to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

microsoft-word Microsoft Word

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant