From 7e0ee572a6a2bce3246653b8efc5c147b9a501b9 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 16 Oct 2021 18:40:27 +0200 Subject: [PATCH] dark: font color line numbers --- theme-github-dark.css | 5 +++++ 1 file changed, 5 insertions(+) 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); +}