1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_assets/stylesheets/elements/_code.scss
2018-11-10 16:17:37 -05:00

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;
}