mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Use monospace font for Theme Overrides code section
This commit is contained in:
parent
4787a2166f
commit
8603a390c0
2 changed files with 1 additions and 2 deletions
|
@ -263,7 +263,7 @@
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
font-family: var(--codeblock-font);
|
font-family: var(--monospace-font);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
background: var(--secondary-background);
|
background: var(--secondary-background);
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
--ligatures: none;
|
--ligatures: none;
|
||||||
--text-size: 14px;
|
--text-size: 14px;
|
||||||
--font: "Open Sans";
|
--font: "Open Sans";
|
||||||
--codeblock-font: "Fira Code";
|
|
||||||
--sidebar-active: var(--secondary-background);
|
--sidebar-active: var(--secondary-background);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue