milligram/src/_Code.sass

22 lines
474 B
Sass
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Code
//
code
background: $color-quinary
border-radius: .4rem
font-size: 86%
margin: 0 .2rem
padding: .2rem .5rem
pre
background: $color-quinary
border-left: .3rem solid $color-primary
overflow-y: hidden
& > code
border-radius: 0
display: block
padding: 1rem 1.5rem
white-space: pre