mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
15 lines
184 B
SCSS
15 lines
184 B
SCSS
pre,
|
|
code,
|
|
tt {
|
|
font-family: $mono;
|
|
font-weight: 500;
|
|
}
|
|
|
|
code {
|
|
border-radius: 0.25rem;
|
|
display: inline-block;
|
|
font-size: 0.75rem;
|
|
line-height: 1.5;
|
|
padding: 0 0.3rem;
|
|
}
|