Skip to content

Fix code font family declaration#1910

Merged
fdncred merged 1 commit into
nushell:mainfrom
Kissaki:fix/fontvar
May 1, 2025
Merged

Fix code font family declaration#1910
fdncred merged 1 commit into
nushell:mainfrom
Kissaki:fix/fontvar

Conversation

@Kissaki
Copy link
Copy Markdown
Contributor

@Kissaki Kissaki commented May 1, 2025

VuePress puts our :root declaration before their own, meaning the declaration we intended as an override was overridden instead.

Use higher specificity (body) to make sure it takes precedence.

This is a follow-up to #1907

VuePress puts our `:root` declaration before their own,
meaning the declaration we intended as an override was overridden instead.

Use higher specificity (`body`) to make sure it takes precedence.

This is a follow-up to nushell#1907
@fdncred fdncred merged commit 59fcd3b into nushell:main May 1, 2025
2 checks passed
@Kissaki Kissaki deleted the fix/fontvar branch May 1, 2025 21:34
@Kissaki
Copy link
Copy Markdown
Contributor Author

Kissaki commented May 1, 2025

Oooh, looks good on my Android phone now 🎉

@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented May 1, 2025

Looks good on my mac. Thanks.

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.

2 participants