1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/assets/css/elements/_pre.scss

10 lines
154 B
SCSS

pre {
background: black;
border-radius: 0.5rem;
color: white;
font-size: 0.7rem;
hanging-punctuation: none;
overflow: auto;
padding: 1em;
}