forked from abner/for-legacy-web
fix: use --monospace-font
parent
ef26f67c8e
commit
d2264a2a43
|
|
@ -20,6 +20,7 @@ const Base = styled.pre`
|
|||
* Copy codeblock contents button styles
|
||||
*/
|
||||
const Lang = styled.div`
|
||||
font-family: var(--monospace-font);
|
||||
width: fit-content;
|
||||
padding-bottom: 8px;
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
}
|
||||
|
||||
code {
|
||||
font-size: 1.4em;
|
||||
font-family: var(--monospace-font);
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue