diff --git a/src/articles/static/vendor/codehilite.css b/src/articles/static/vendor/codehilite.css index 40f2ea5..a78fdf8 100644 --- a/src/articles/static/vendor/codehilite.css +++ b/src/articles/static/vendor/codehilite.css @@ -1,3 +1,10 @@ +.codehilite.large { + --larger-by: 140px; + max-width: calc(100% + var(--larger-by)); + width: calc(100% + var(--larger-by)); + margin-left: calc(var(--larger-by) / -2); +} + @media(prefers-color-scheme: light) { .codehilite .hll { background-color: #ffffcc } .codehilite { background: #ffffff; }