Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

fix: replace --font-mono to make inline codeblocks use mono font#18

Merged
7w1 merged 1 commit into7w1:devfrom
cyrneko:dev
Feb 26, 2026
Merged

fix: replace --font-mono to make inline codeblocks use mono font#18
7w1 merged 1 commit into7w1:devfrom
cyrneko:dev

Conversation

@cyrneko
Copy link
Copy Markdown

@cyrneko cyrneko commented Feb 26, 2026

Description

var(--font-mono) didn't exist, so I've replaced it with var(--font-monospace) which does.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

The prior value didn't exist, which caused issues.
@7w1 7w1 merged commit bd2eb5e into 7w1:dev Feb 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants