27 lines
489 B
SCSS
27 lines
489 B
SCSS
@import 'prism-dracula';
|
|
|
|
|
|
@font-face {
|
|
font-family: 'Hack';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(/Hack-Regular.woff2) format('woff2');
|
|
font-display: block;
|
|
}
|
|
|
|
code {
|
|
padding: 0.05rem 0.2rem 0.1rem;
|
|
background: #eee;
|
|
border-radius: 0.2rem;
|
|
font-size: 0.75em;
|
|
font-family: 'Hack', monospace;
|
|
}
|
|
|
|
pre[class*="language-"] {
|
|
line-height: 1.25;
|
|
}
|
|
|
|
pre > code[class*="language-"] {
|
|
font-size: 0.75em;
|
|
font-family: 'Hack', monospace;
|
|
} |