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

Fix hanging punctuation in code blocks

This commit is contained in:
Daniel Barber 2025-01-07 17:36:27 -06:00
parent 722cfb3348
commit ad73316c2c

View File

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