Use monospace font for Theme Overrides code section

This commit is contained in:
Michael Vo 2021-09-05 16:16:20 +10:00
parent 4787a2166f
commit 8603a390c0
No known key found for this signature in database
GPG key ID: ACAC3D5C5C1A183A
2 changed files with 1 additions and 2 deletions

View file

@ -263,7 +263,7 @@
min-width: 0;
flex-grow: 1;
padding: 8px;
font-family: var(--codeblock-font);
font-family: var(--monospace-font);
border-radius: var(--border-radius);
background: var(--secondary-background);

View file

@ -5,7 +5,6 @@
--ligatures: none;
--text-size: 14px;
--font: "Open Sans";
--codeblock-font: "Fira Code";
--sidebar-active: var(--secondary-background);
/**