From 90a8d59165796e61a8f625807909c993b08db9f6 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 17 Oct 2021 12:02:24 +0200 Subject: [PATCH] dark: lighter chroma blue for diff view --- theme-github-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index d83ad05..9f494a7 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -311,6 +311,10 @@ textarea, color: #96d0ff; } +.chroma .nb { + color: #539bf5; +} + /* border color repo files */ .repository.file.list #repo-files-table td { border-bottom: 1px solid #373e47;