mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix: use --monospace-font
This commit is contained in:
parent
ef26f67c8e
commit
d2264a2a43
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ const Base = styled.pre`
|
||||||
* Copy codeblock contents button styles
|
* Copy codeblock contents button styles
|
||||||
*/
|
*/
|
||||||
const Lang = styled.div`
|
const Lang = styled.div`
|
||||||
|
font-family: var(--monospace-font);
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-size: 1.4em;
|
font-family: var(--monospace-font);
|
||||||
user-select: all;
|
user-select: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue