diff --git a/src/routes/blog/post.css b/src/routes/blog/post.css index eb52454..7352ac1 100644 --- a/src/routes/blog/post.css +++ b/src/routes/blog/post.css @@ -765,13 +765,17 @@ button:active, user-select: none; pointer-events: none; background-color: #1a1a1a; - border-right: 1px solid var(--color-surface0); + /*border-right: 1px solid var(--color-surface0);*/ color: var(--color-overlay0); font-size: 0.875rem; line-height: 1.35rem; font-family: inherit; min-width: 3rem; } +.line-numbers > div { + padding-right: 0.5rem; + border-right: 1px solid var(--color-surface0); +} /* Code with line numbers - add padding for line numbers column */ #post-content-body pre:has(.line-numbers) code {