mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
8 lines
104 B
SCSS
8 lines
104 B
SCSS
pre {
|
|
overflow: auto;
|
|
background: black;
|
|
color: white;
|
|
border-radius: 0.5rem;
|
|
padding: 1em;
|
|
}
|