diff --git a/theme-github-dark.css b/theme-github-dark.css index 25b9233..8c6c4e3 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -460,3 +460,8 @@ a.blob-excerpt { .ui.action.input:not([class*="left action"]) > input { border-right-color: var(--color-text); } + +/* font color line numbers */ +.lines-num span:after { + color: var(--color-text); +}